/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interform.h | 100 void SetHighlightColor(FX_COLORREF clr, FormFieldType fieldType); 101 void SetAllHighlightColors(FX_COLORREF clr); 102 FX_COLORREF GetHighlightColor(FormFieldType fieldType); 136 FX_COLORREF m_HighlightColor[kFormFieldTypeCount];
|
D | cpdfsdk_widget.h | 78 bool GetFillColor(FX_COLORREF& color) const; 79 bool GetBorderColor(FX_COLORREF& color) const; 80 bool GetTextColor(FX_COLORREF& color) const;
|
D | cpdfsdk_baannot.h | 65 void SetColor(FX_COLORREF color); 67 bool GetColor(FX_COLORREF& color) const;
|
D | cpdfsdk_baannot.cpp | 253 void CPDFSDK_BAAnnot::SetColor(FX_COLORREF color) { in SetColor() 267 bool CPDFSDK_BAAnnot::GetColor(FX_COLORREF& color) const { in GetColor()
|
D | cpdfsdk_widget.cpp | 48 FX_COLORREF ARGBToColorRef(FX_ARGB argb) { in ARGBToColorRef() 564 bool CPDFSDK_Widget::GetFillColor(FX_COLORREF& color) const { in GetFillColor() 571 bool CPDFSDK_Widget::GetBorderColor(FX_COLORREF& color) const { in GetBorderColor() 578 bool CPDFSDK_Widget::GetTextColor(FX_COLORREF& color) const { in GetTextColor()
|
D | cpdfsdk_interform.cpp | 728 void CPDFSDK_InterForm::SetHighlightColor(FX_COLORREF clr, in SetHighlightColor() 737 void CPDFSDK_InterForm::SetAllHighlightColors(FX_COLORREF clr) { in SetAllHighlightColors() 744 FX_COLORREF CPDFSDK_InterForm::GetHighlightColor(FormFieldType fieldType) { in GetHighlightColor()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_transferfunc.cpp | 17 FX_COLORREF CPDF_TransferFunc::TranslateColor(FX_COLORREF rgb) const { in TranslateColor()
|
D | cpdf_transferfunc.h | 22 FX_COLORREF TranslateColor(FX_COLORREF src) const;
|
D | cpdf_renderstatus.cpp | 1359 FX_COLORREF rgb = pColorState->GetFillRGB(); in GetFillArgb() 1384 FX_COLORREF rgb = pColorState->GetStrokeRGB(); in GetStrokeArgb()
|
/external/pdfium/core/fxge/ |
D | fx_dib.h | 41 typedef uint32_t FX_COLORREF; typedef 91 std::pair<int, FX_COLORREF> ArgbToColorRef(FX_ARGB argb); 96 FX_ARGB ArgbEncode(int a, FX_COLORREF rgb);
|
D | cfx_color.h | 19 explicit CFX_Color(FX_COLORREF ref) in CFX_Color() 47 FX_COLORREF ToFXColor(int32_t nTransparency) const;
|
D | cfx_renderdevice.h | 235 const FX_COLORREF& color); 238 const FX_COLORREF& color, 243 const FX_COLORREF& color, 256 const FX_COLORREF& color);
|
D | cfx_color.cpp | 151 FX_COLORREF CFX_Color::ToFXColor(int32_t nTransparency) const { in ToFXColor()
|
D | cfx_renderdevice.cpp | 1135 const FX_COLORREF& color) { in DrawFillRect() 1145 const FX_COLORREF& color) { in DrawFillArea() 1156 const FX_COLORREF& color, in DrawStrokeRect() 1171 const FX_COLORREF& color, in DrawStrokeLine()
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_main.cpp | 82 std::pair<int, FX_COLORREF> ArgbToColorRef(FX_ARGB argb) { in ArgbToColorRef() 87 uint32_t ArgbEncode(int a, FX_COLORREF rgb) { in ArgbEncode()
|
/external/pdfium/xfa/fwl/ |
D | ifwl_themeprovider.h | 34 virtual FX_COLORREF GetTextColor(CFWL_ThemePart* pThemePart) const = 0;
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwltheme.h | 43 FX_COLORREF GetTextColor(CFWL_ThemePart* pThemePart) const override;
|
D | cxfa_fwltheme.cpp | 207 FX_COLORREF CXFA_FWLTheme::GetTextColor(CFWL_ThemePart* pThemePart) const { in GetTextColor()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stipple.cpp | 64 FX_COLORREF rgb; in Draw()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_scroll_bar.cpp | 244 const FX_COLORREF refs[] = {ArgbEncode(nTransparency, 210, 210, 210), in DrawThisAppearance() 254 for (FX_COLORREF ref : refs) { in DrawThisAppearance() 269 FX_COLORREF crStroke = ArgbEncode(nTransparency, 120, 120, 120); in DrawThisAppearance()
|
D | cpwl_edit_impl.cpp | 429 FX_COLORREF crTextFill, in DrawEdit() 442 FX_COLORREF crCurFill = crTextFill; in DrawEdit() 443 FX_COLORREF crOldFill = crCurFill; in DrawEdit() 446 static const FX_COLORREF crWhite = ArgbEncode(255, 255, 255, 255); in DrawEdit() 447 static const FX_COLORREF crSelBK = ArgbEncode(255, 0, 51, 113); in DrawEdit()
|
D | cpwl_edit_impl.h | 236 FX_COLORREF crTextFill,
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 139 FX_COLORREF rgb; in CreatePen() 162 FX_COLORREF rgb; in CreateBrush() 1079 FX_COLORREF rgb; in FillRectWithBlend() 1133 FX_COLORREF rgb; in DrawCosmeticLine()
|
D | fx_win32_print.cpp | 284 FX_COLORREF rgb; in DrawDeviceText()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 298 FX_COLORREF color; in GetCreateParam()
|