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/fde/
fde_object.h 18 FX_ARGB GetColor() const { return m_Color; }
19 void SetColor(FX_ARGB color) { m_Color = color; }
22 FX_ARGB m_Color;
30 FX_ARGB GetColor() const { return m_Color; }
31 void SetColor(FX_ARGB color) { m_Color = color; }
34 FX_ARGB m_Color;
  /external/pdfium/xfa/fde/css/
cfde_csscolorvalue.h 14 explicit CFDE_CSSColorValue(FX_ARGB color);
17 FX_ARGB Value() const { return value_; }
20 FX_ARGB value_;
cfde_csscolorvalue.cpp 9 CFDE_CSSColorValue::CFDE_CSSColorValue(FX_ARGB value)
  /external/pdfium/xfa/fxfa/parser/
cxfa_fill.h 22 FX_ARGB GetColor(bool bText = false);
24 int32_t GetPattern(FX_ARGB& foreColor);
25 int32_t GetStipple(FX_ARGB& stippleColor);
26 int32_t GetLinear(FX_ARGB& endColor);
27 int32_t GetRadial(FX_ARGB& endColor);
28 void SetColor(FX_ARGB color);
cxfa_font.h 32 FX_ARGB GetColor();
33 void SetColor(FX_ARGB color);
cxfa_stroke.h 36 FX_ARGB GetColor() const;
37 void SetColor(FX_ARGB argb);
  /external/pdfium/xfa/fxgraphics/
cfx_pattern.h 20 const FX_ARGB foreArgb,
21 const FX_ARGB backArgb,
32 const FX_ARGB m_foreArgb;
33 const FX_ARGB m_backArgb;
cfx_shading.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];
cfx_color.h 21 explicit CFX_Color(const FX_ARGB argb);
23 CFX_Color(CFX_Pattern* pattern, const FX_ARGB argb);
26 void Set(const FX_ARGB argb);
27 void Set(CFX_Pattern* pattern, const FX_ARGB argb);
36 FX_ARGB argb;
cfx_pattern.cpp 10 const FX_ARGB foreArgb,
11 const FX_ARGB backArgb,
cfx_color.cpp 11 CFX_Color::CFX_Color(const FX_ARGB argb) {
15 CFX_Color::CFX_Color(CFX_Pattern* pattern, const FX_ARGB argb) {
27 void CFX_Color::Set(const FX_ARGB argb) {
33 void CFX_Color::Set(CFX_Pattern* pattern, const FX_ARGB 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 46 FX_ARGB clrBorder[4];
47 FX_ARGB clrStart[4];
48 FX_ARGB clrEnd[4];
49 FX_ARGB clrSign[4];
65 FX_ARGB fillColor,
73 FX_ARGB beginColor,
74 FX_ARGB endColor,
84 FX_ARGB argSign,
  /external/pdfium/xfa/fxbarcode/
BC_Writer.h 23 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
24 virtual void SetBarcodeColor(FX_ARGB foregroundColor);
34 FX_ARGB m_barColor;
35 FX_ARGB m_backgroundColor;
BC_Writer.cpp 46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) {
49 void CBC_Writer::SetBarcodeColor(FX_ARGB foregroundColor) {
cbc_codebase.cpp 50 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) {
55 void CBC_CodeBase::SetBarcodeColor(FX_ARGB foregroundColor) {
cbc_codebase.h 40 void SetBackgroundColor(FX_ARGB backgroundColor);
41 void SetBarcodeColor(FX_ARGB foregroundColor);
cbc_onecode.h 32 virtual void SetFontColor(FX_ARGB color);
  /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.h 42 FX_ARGB TranslateColor(FX_ARGB argb) const;
cpdf_dibtransferfunc.h 23 FX_ARGB* GetDestPalette() override;
  /external/pdfium/xfa/fxfa/app/
xfa_ffpushbutton.h 42 FX_ARGB GetLineColor();
43 FX_ARGB GetFillColor();

Completed in 209 milliseconds

1 2 3 4 5