HomeSort by relevance Sort by last modified time
    Searched refs:FX_ARGB (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/pdfium/xfa/fxfa/parser/
cxfa_color.h 14 static constexpr FX_ARGB kBlackColor = 0xFF000000;
19 FX_ARGB GetValue();
20 FX_ARGB GetValueOrDefault(FX_ARGB defaultValue);
21 void SetValue(FX_ARGB color);
cxfa_font.h 31 FX_ARGB GetColor();
32 void SetColor(FX_ARGB color);
cxfa_edge.h 14 static constexpr FX_ARGB kDefaultColor = 0xFF000000;
cxfa_color.cpp 41 FX_ARGB CXFA_Color::GetValue() {
46 FX_ARGB CXFA_Color::GetValueOrDefault(FX_ARGB defaultValue) {
51 void CXFA_Color::SetValue(FX_ARGB color) {
cxfa_radial.h 24 FX_ARGB crStart,
cxfa_fill.h 28 FX_ARGB GetColor(bool bText);
29 void SetColor(FX_ARGB color);
cxfa_stroke.h 46 FX_ARGB GetColor();
47 void SetColor(FX_ARGB argb);
  /external/pdfium/core/fxcrt/css/
cfx_csscolorvalue.h 14 explicit CFX_CSSColorValue(FX_ARGB color);
17 FX_ARGB Value() const { return value_; }
20 FX_ARGB value_;
cfx_csscolorvalue.cpp 9 CFX_CSSColorValue::CFX_CSSColorValue(FX_ARGB value)
  /external/pdfium/xfa/fxgraphics/
cxfa_gepattern.h 20 const FX_ARGB foreArgb,
21 const FX_ARGB backArgb,
32 const FX_ARGB m_foreArgb;
33 const FX_ARGB m_backArgb;
cxfa_geshading.h 25 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];
cxfa_gepattern.cpp 10 const FX_ARGB foreArgb,
11 const FX_ARGB backArgb,
cxfa_gecolor.h 20 explicit CXFA_GEColor(const FX_ARGB argb);
22 CXFA_GEColor(CXFA_GEPattern* pattern, const FX_ARGB argb);
26 FX_ARGB GetArgb() const {
43 FX_ARGB m_argb;
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.h 28 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...]
cfwl_scrollbartp.h 24 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;
cfwl_pushbuttontp.h 24 FX_ARGB clrBorder[5];
25 FX_ARGB clrStart[5];
26 FX_ARGB clrEnd[5];
27 FX_ARGB clrFill[5];
cfwl_monthcalendartp.h 27 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;
cfwl_widgettp.h 45 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,
  /external/pdfium/fxbarcode/
BC_Writer.h 24 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
25 virtual void SetBarcodeColor(FX_ARGB foregroundColor);
35 FX_ARGB m_barColor;
36 FX_ARGB m_backgroundColor;
cbc_codebase.h 38 void SetBackgroundColor(FX_ARGB backgroundColor);
39 void SetBarcodeColor(FX_ARGB foregroundColor);
BC_Writer.cpp 46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) {
49 void CBC_Writer::SetBarcodeColor(FX_ARGB foregroundColor) {
cbc_codebase.cpp 53 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) {
57 void CBC_CodeBase::SetBarcodeColor(FX_ARGB foregroundColor) {
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.h 32 FX_ARGB fill_argb,
44 FX_ARGB fill_argb,
45 FX_ARGB stroke_argb,
55 FX_ARGB fill_argb,
cpdf_renderoptions.cpp 24 FX_ARGB CPDF_RenderOptions::TranslateColor(FX_ARGB argb) const {
  /external/pdfium/xfa/fxfa/
cxfa_ffpushbutton.h 44 FX_ARGB GetLineColor();
45 FX_ARGB GetFillColor();

Completed in 703 milliseconds

1 2 3 4 5