/external/pdfium/xfa/fwl/theme/ |
D | 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 …]
|
D | 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;
|
D | 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;
|
D | 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,
|
D | cfwl_pushbuttontp.h | 24 FX_ARGB clrBorder[5]; 25 FX_ARGB clrStart[5]; 26 FX_ARGB clrEnd[5]; 27 FX_ARGB clrFill[5];
|
D | cfwl_checkboxtp.cpp | 68 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/ |
D | 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];
|
D | 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;
|
D | 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 { in GetArgb() 43 FX_ARGB m_argb;
|
D | cxfa_geshading.cpp | 13 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()
|
D | cxfa_gepattern.cpp | 10 const FX_ARGB foreArgb, in CXFA_GEPattern() 11 const FX_ARGB backArgb, in CXFA_GEPattern()
|
/external/pdfium/xfa/fxfa/parser/ |
D | 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);
|
D | cxfa_color.cpp | 41 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/fxbarcode/ |
D | 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;
|
/external/pdfium/core/fxge/ |
D | fx_dib.h | 40 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/core/fpdfapi/render/ |
D | cpdf_textrenderer.h | 32 FX_ARGB fill_argb, 44 FX_ARGB fill_argb, 45 FX_ARGB stroke_argb, 55 FX_ARGB fill_argb,
|
D | cpdf_renderstatus.h | 56 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;
|
D | cpdf_textrenderer.cpp | 35 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/ |
D | cfx_csscolorvalue.h | 14 explicit CFX_CSSColorValue(FX_ARGB color); 17 FX_ARGB Value() const { return value_; } in Value() 20 FX_ARGB value_;
|
D | cfx_csscomputedstyle.h | 31 FX_ARGB m_dwFontColor; 64 FX_ARGB GetColor() const; 69 void SetColor(FX_ARGB dwFontColor);
|
D | cfx_cssdeclaration.h | 32 FX_ARGB* dwColor); 56 FX_ARGB ParseColorForTest(const wchar_t* pszValue, 58 FX_ARGB* dwColor) const;
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_apsettings.h | 29 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;
|
D | cpdf_formcontrol.h | 69 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/ |
D | fx_dib_main.cpp | 77 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/ |
D | cfde_textout.h | 28 FX_ARGB color, 40 void SetTextColor(FX_ARGB color) { m_TxtColor = color; } in SetTextColor() 99 FX_ARGB m_TxtColor;
|