/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); 52 const FX_ARGB m_beginArgb; 53 const FX_ARGB m_endArgb; 54 FX_ARGB m_argbArray[FX_SHADING_Steps];
|
D | cxfa_gepattern.h | 20 const FX_ARGB foreArgb, 21 const FX_ARGB backArgb); 29 const FX_ARGB m_foreArgb; 30 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); 27 FX_ARGB GetArgb() const { in GetArgb() 44 FX_ARGB m_argb = 0;
|
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()
|
D | cxfa_gecolor.cpp | 9 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/ |
D | cfwl_scrollbartp.h | 24 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];
|
D | cfwl_checkboxtp.h | 33 FX_ARGB argbFill, 37 FX_ARGB argbFill, 41 FX_ARGB argbFill, 45 FX_ARGB argbFill, 49 FX_ARGB argbFill, 53 FX_ARGB argbFill,
|
D | cfwl_widgettp.h | 36 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,
|
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 | 50 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/ |
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 | 40 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()
|
D | cxfa_font.h | 31 FX_ARGB GetColor(); 32 void SetColor(FX_ARGB color);
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_main.cpp | 89 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/ |
D | fx_dib.h | 40 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/ |
D | cpdf_renderstatus.h | 58 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;
|
D | cpdf_textrenderer.h | 32 FX_ARGB fill_argb, 43 FX_ARGB fill_argb, 44 FX_ARGB stroke_argb, 54 FX_ARGB fill_argb,
|
D | cpdf_textrenderer.cpp | 37 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()
|
D | cpdf_renderoptions.cpp | 30 FX_ARGB CPDF_RenderOptions::TranslateColor(FX_ARGB argb) const { in TranslateColor()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csscolorvalue.h | 15 explicit CFX_CSSColorValue(FX_ARGB color); 18 FX_ARGB Value() const { return value_; } in Value() 21 FX_ARGB value_;
|
D | cfx_csscomputedstyle.h | 32 FX_ARGB m_dwFontColor; 68 FX_ARGB GetColor() const; 73 void SetColor(FX_ARGB dwFontColor);
|
D | cfx_cssdeclaration.h | 31 FX_ARGB* dwColor); 54 FX_ARGB ParseColorForTest(const wchar_t* pszValue, 56 FX_ARGB* dwColor) const;
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_apsettings.h | 38 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;
|
D | cpdf_formcontrol.h | 58 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);
|