Home
last modified time | relevance | path

Searched refs:FX_ARGB (Results 1 – 25 of 99) sorted by relevance

1234

/external/pdfium/xfa/fxgraphics/
Dcxfa_geshading.h25 const FX_ARGB beginArgb,
26 const FX_ARGB endArgb);
35 const FX_ARGB beginArgb,
36 const FX_ARGB endArgb);
52 const FX_ARGB m_beginArgb;
53 const FX_ARGB m_endArgb;
54 FX_ARGB m_argbArray[FX_SHADING_Steps];
Dcxfa_gepattern.h20 const FX_ARGB foreArgb,
21 const FX_ARGB backArgb);
29 const FX_ARGB m_foreArgb;
30 const FX_ARGB m_backArgb;
Dcxfa_gecolor.h20 explicit CXFA_GEColor(const FX_ARGB argb);
22 CXFA_GEColor(CXFA_GEPattern* pattern, const FX_ARGB argb);
27 FX_ARGB GetArgb() const { in GetArgb()
44 FX_ARGB m_argb = 0;
Dcxfa_geshading.cpp13 const FX_ARGB beginArgb, in CXFA_GEShading()
14 const FX_ARGB endArgb) in CXFA_GEShading()
33 const FX_ARGB beginArgb, in CXFA_GEShading()
34 const FX_ARGB endArgb) in CXFA_GEShading()
Dcxfa_gepattern.cpp10 const FX_ARGB foreArgb, in CXFA_GEPattern()
11 const FX_ARGB backArgb) in CXFA_GEPattern()
Dcxfa_gecolor.cpp9 CXFA_GEColor::CXFA_GEColor(const FX_ARGB argb) : m_type(Solid), m_argb(argb) {} in CXFA_GEColor()
11 CXFA_GEColor::CXFA_GEColor(CXFA_GEPattern* pattern, const FX_ARGB argb) in CXFA_GEColor()
/external/pdfium/xfa/fwl/theme/
Dcfwl_scrollbartp.h24 FX_ARGB clrTrackBKStart;
25 FX_ARGB clrTrackBKEnd;
26 FX_ARGB clrPawColorLight[4];
27 FX_ARGB clrPawColorDark[4];
28 FX_ARGB clrBtnBK[4][2];
29 FX_ARGB clrBtnBorder[4];
Dcfwl_checkboxtp.h33 FX_ARGB argbFill,
37 FX_ARGB argbFill,
41 FX_ARGB argbFill,
45 FX_ARGB argbFill,
49 FX_ARGB argbFill,
53 FX_ARGB argbFill,
Dcfwl_widgettp.h36 FX_ARGB clrBorder[4];
37 FX_ARGB clrStart[4];
38 FX_ARGB clrEnd[4];
39 FX_ARGB clrSign[4];
54 FX_ARGB fillColor,
63 FX_ARGB argSign,
Dcfwl_pushbuttontp.h24 FX_ARGB clrBorder[5];
25 FX_ARGB clrStart[5];
26 FX_ARGB clrEnd[5];
27 FX_ARGB clrFill[5];
Dcfwl_checkboxtp.cpp50 FX_ARGB argbFill, in DrawSignCheck()
66 FX_ARGB argbFill, in DrawSignCircle()
78 FX_ARGB argbFill, in DrawSignCross()
96 FX_ARGB argbFill, in DrawSignDiamond()
116 FX_ARGB argbFill, in DrawSignSquare()
128 FX_ARGB argbFill, in DrawSignStar()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_color.h14 static constexpr FX_ARGB kBlackColor = 0xFF000000;
19 FX_ARGB GetValue();
20 FX_ARGB GetValueOrDefault(FX_ARGB defaultValue);
21 void SetValue(FX_ARGB color);
Dcxfa_color.cpp40 FX_ARGB CXFA_Color::GetValue() { in GetValue()
45 FX_ARGB CXFA_Color::GetValueOrDefault(FX_ARGB defaultValue) { in GetValueOrDefault()
50 void CXFA_Color::SetValue(FX_ARGB color) { in SetValue()
Dcxfa_font.h31 FX_ARGB GetColor();
32 void SetColor(FX_ARGB color);
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp89 std::tuple<int, int, int, int> ArgbDecode(FX_ARGB argb) { in ArgbDecode()
94 std::pair<int, FX_COLORREF> ArgbToAlphaAndColorRef(FX_ARGB argb) { in ArgbToAlphaAndColorRef()
98 FX_COLORREF ArgbToColorRef(FX_ARGB argb) { in ArgbToColorRef()
102 FX_ARGB AlphaAndColorRefToArgb(int a, FX_COLORREF colorref) { in AlphaAndColorRefToArgb()
107 FX_ARGB StringToFXARGB(WideStringView view) { in StringToFXARGB()
108 static constexpr FX_ARGB kDefaultValue = 0xff000000; in StringToFXARGB()
/external/pdfium/core/fxge/
Dfx_dib.h40 using FX_ARGB = uint32_t; variable
135 std::tuple<int, int, int, int> ArgbDecode(FX_ARGB argb);
138 std::pair<int, FX_COLORREF> ArgbToAlphaAndColorRef(FX_ARGB argb);
141 FX_COLORREF ArgbToColorRef(FX_ARGB argb);
143 constexpr FX_ARGB ArgbEncode(int a, int r, int g, int b) { in ArgbEncode()
147 FX_ARGB AlphaAndColorRefToArgb(int a, FX_COLORREF colorref);
149 FX_ARGB StringToFXARGB(WideStringView view);
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h58 void SetFillColor(FX_ARGB color) { m_T3FillColor = color; } in SetFillColor()
100 FX_ARGB GetFillArgb(CPDF_PageObject* pObj) const { in GetFillArgb()
103 FX_ARGB GetFillArgbForType3(CPDF_PageObject* pObj) const { in GetFillArgbForType3()
118 FX_ARGB mask_argb,
128 FX_ARGB GetFillArgbInternal(CPDF_PageObject* pObj, bool bType3) const;
178 FX_ARGB GetBackColor(const CPDF_Dictionary* pSMaskDict,
181 FX_ARGB GetStrokeArgb(CPDF_PageObject* pObj) const;
205 FX_ARGB m_T3FillColor = 0;
Dcpdf_textrenderer.h32 FX_ARGB fill_argb,
43 FX_ARGB fill_argb,
44 FX_ARGB stroke_argb,
54 FX_ARGB fill_argb,
Dcpdf_textrenderer.cpp37 FX_ARGB fill_argb, in DrawTextPath()
38 FX_ARGB stroke_argb, in DrawTextPath()
81 FX_ARGB fill_argb, in DrawTextString()
116 FX_ARGB fill_argb, in DrawNormalText()
/external/pdfium/core/fxcrt/css/
Dcfx_csscolorvalue.h15 explicit CFX_CSSColorValue(FX_ARGB color);
18 FX_ARGB Value() const { return value_; } in Value()
21 FX_ARGB value_;
Dcfx_csscomputedstyle.h32 FX_ARGB m_dwFontColor;
68 FX_ARGB GetColor() const;
73 void SetColor(FX_ARGB dwFontColor);
Dcfx_cssdeclaration.h31 FX_ARGB* dwColor);
54 FX_ARGB ParseColorForTest(const wchar_t* pszValue,
56 FX_ARGB* dwColor) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.h38 FX_ARGB GetBorderColor(int& iColorType) const { in GetBorderColor()
50 FX_ARGB GetBackgroundColor(int& iColorType) const { in GetBackgroundColor()
73 FX_ARGB GetColor(int& iColorType, const ByteString& csEntry) const;
Dcpdf_formcontrol.h58 FX_ARGB GetBorderColor(int& iColorType) { return GetColor(iColorType, "BC"); } in GetBorderColor()
68 FX_ARGB GetBackgroundColor(int& iColorType) { in GetBackgroundColor()
102 FX_ARGB GetColor(int& iColorType, const ByteString& csEntry);
/external/pdfium/xfa/fde/
Dcfde_textout.h39 FX_ARGB color,
50 void SetTextColor(FX_ARGB color) { m_TxtColor = color; } in SetTextColor()
109 FX_ARGB m_TxtColor = 0xFF000000;

1234