Home
last modified time | relevance | path

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

12345

/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.h28 FX_ARGB clrBoxBk[13][2];
29 FX_ARGB clrSignBorderNormal;
30 FX_ARGB clrSignBorderDisable;
31 FX_ARGB clrSignCheck;
32 FX_ARGB clrSignNeutral;
33 FX_ARGB clrSignNeutralNormal;
34 FX_ARGB clrSignNeutralHover;
35 FX_ARGB clrSignNeutralPressed;
45 FX_ARGB argbFill,
49 FX_ARGB argbFill,
[all …]
Dcfwl_monthcalendartp.h27 FX_ARGB clrCaption;
28 FX_ARGB clrSeperator;
29 FX_ARGB clrDatesHoverBK;
30 FX_ARGB clrDatesSelectedBK;
31 FX_ARGB clrDatesCircle;
32 FX_ARGB clrToday;
33 FX_ARGB clrBK;
Dcfwl_widgettp.h45 FX_ARGB clrBorder[4];
46 FX_ARGB clrStart[4];
47 FX_ARGB clrEnd[4];
48 FX_ARGB clrSign[4];
64 FX_ARGB fillColor,
72 FX_ARGB beginColor,
73 FX_ARGB endColor,
83 FX_ARGB argSign,
Dcfwl_scrollbartp.h24 FX_ARGB clrPawColorLight[4];
25 FX_ARGB clrPawColorDark[4];
26 FX_ARGB clrBtnBK[4][2];
27 FX_ARGB clrBtnBorder[4];
28 FX_ARGB clrTrackBKStart;
29 FX_ARGB clrTrackBKEnd;
Dcfwl_pushbuttontp.h24 FX_ARGB clrBorder[5];
25 FX_ARGB clrStart[5];
26 FX_ARGB clrEnd[5];
27 FX_ARGB clrFill[5];
Dcfwl_checkboxtp.cpp68 FX_ARGB argbFill, in DrawSignCheck()
84 FX_ARGB argbFill, in DrawSignCircle()
96 FX_ARGB argbFill, in DrawSignCross()
114 FX_ARGB argbFill, in DrawSignDiamond()
134 FX_ARGB argbFill, in DrawSignSquare()
147 FX_ARGB argbFill, in DrawSignStar()
/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);
51 const FX_ARGB m_beginArgb;
52 const FX_ARGB m_endArgb;
53 FX_ARGB m_argbArray[FX_SHADING_Steps];
Dcxfa_gepattern.h20 const FX_ARGB foreArgb,
21 const FX_ARGB backArgb,
32 const FX_ARGB m_foreArgb;
33 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);
26 FX_ARGB GetArgb() const { in GetArgb()
43 FX_ARGB m_argb;
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()
/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.cpp41 FX_ARGB CXFA_Color::GetValue() { in GetValue()
46 FX_ARGB CXFA_Color::GetValueOrDefault(FX_ARGB defaultValue) { in GetValueOrDefault()
51 void CXFA_Color::SetValue(FX_ARGB color) { in SetValue()
/external/pdfium/core/fxge/
Dfx_dib.h40 typedef uint32_t FX_ARGB; typedef
88 std::tuple<int, int, int, int> ArgbDecode(FX_ARGB argb);
91 std::pair<int, FX_COLORREF> ArgbToColorRef(FX_ARGB argb);
93 inline FX_ARGB ArgbEncode(int a, int r, int g, int b) { in ArgbEncode()
96 FX_ARGB ArgbEncode(int a, FX_COLORREF rgb);
98 FX_ARGB StringToFXARGB(const WideStringView& view);
/external/pdfium/fxbarcode/
DBC_Writer.h24 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
25 virtual void SetBarcodeColor(FX_ARGB foregroundColor);
35 FX_ARGB m_barColor;
36 FX_ARGB m_backgroundColor;
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.h32 FX_ARGB fill_argb,
44 FX_ARGB fill_argb,
45 FX_ARGB stroke_argb,
55 FX_ARGB fill_argb,
Dcpdf_renderstatus.h56 FX_ARGB fill_color = 0,
84 FX_ARGB GetFillArgb(CPDF_PageObject* pObj, bool bType3 = false) const;
96 FX_ARGB mask_argb,
155 FX_ARGB GetStrokeArgb(CPDF_PageObject* pObj) const;
185 FX_ARGB m_T3FillColor;
Dcpdf_textrenderer.cpp35 FX_ARGB fill_argb, in DrawTextPath()
36 FX_ARGB stroke_argb, in DrawTextPath()
80 FX_ARGB fill_argb, in DrawTextString()
120 FX_ARGB fill_argb, in DrawNormalText()
/external/pdfium/core/fxcrt/css/
Dcfx_csscolorvalue.h14 explicit CFX_CSSColorValue(FX_ARGB color);
17 FX_ARGB Value() const { return value_; } in Value()
20 FX_ARGB value_;
Dcfx_csscomputedstyle.h31 FX_ARGB m_dwFontColor;
64 FX_ARGB GetColor() const;
69 void SetColor(FX_ARGB dwFontColor);
Dcfx_cssdeclaration.h32 FX_ARGB* dwColor);
56 FX_ARGB ParseColorForTest(const wchar_t* pszValue,
58 FX_ARGB* dwColor) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.h29 FX_ARGB GetBorderColor(int& iColorType) const { in GetBorderColor()
41 FX_ARGB GetBackgroundColor(int& iColorType) const { in GetBackgroundColor()
62 FX_ARGB GetColor(int& iColorType, const ByteString& csEntry) const;
Dcpdf_formcontrol.h69 FX_ARGB GetBorderColor(int& iColorType) { return GetColor(iColorType, "BC"); } in GetBorderColor()
79 FX_ARGB GetBackgroundColor(int& iColorType) { in GetBackgroundColor()
113 FX_ARGB GetColor(int& iColorType, const ByteString& csEntry);
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp77 std::tuple<int, int, int, int> ArgbDecode(FX_ARGB argb) { in ArgbDecode()
82 std::pair<int, FX_COLORREF> ArgbToColorRef(FX_ARGB argb) { in ArgbToColorRef()
92 FX_ARGB StringToFXARGB(const WideStringView& wsValue) { in StringToFXARGB()
/external/pdfium/xfa/fde/
Dcfde_textout.h28 FX_ARGB color,
40 void SetTextColor(FX_ARGB color) { m_TxtColor = color; } in SetTextColor()
99 FX_ARGB m_TxtColor;

12345