Home
last modified time | relevance | path

Searched refs:FX_COLORREF (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.h100 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];
Dcpdfsdk_widget.h78 bool GetFillColor(FX_COLORREF& color) const;
79 bool GetBorderColor(FX_COLORREF& color) const;
80 bool GetTextColor(FX_COLORREF& color) const;
Dcpdfsdk_baannot.h65 void SetColor(FX_COLORREF color);
67 bool GetColor(FX_COLORREF& color) const;
Dcpdfsdk_baannot.cpp253 void CPDFSDK_BAAnnot::SetColor(FX_COLORREF color) { in SetColor()
267 bool CPDFSDK_BAAnnot::GetColor(FX_COLORREF& color) const { in GetColor()
Dcpdfsdk_widget.cpp48 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()
Dcpdfsdk_interform.cpp728 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/
Dcpdf_transferfunc.cpp17 FX_COLORREF CPDF_TransferFunc::TranslateColor(FX_COLORREF rgb) const { in TranslateColor()
Dcpdf_transferfunc.h22 FX_COLORREF TranslateColor(FX_COLORREF src) const;
Dcpdf_renderstatus.cpp1359 FX_COLORREF rgb = pColorState->GetFillRGB(); in GetFillArgb()
1384 FX_COLORREF rgb = pColorState->GetStrokeRGB(); in GetStrokeArgb()
/external/pdfium/core/fxge/
Dfx_dib.h41 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);
Dcfx_color.h19 explicit CFX_Color(FX_COLORREF ref) in CFX_Color()
47 FX_COLORREF ToFXColor(int32_t nTransparency) const;
Dcfx_renderdevice.h235 const FX_COLORREF& color);
238 const FX_COLORREF& color,
243 const FX_COLORREF& color,
256 const FX_COLORREF& color);
Dcfx_color.cpp151 FX_COLORREF CFX_Color::ToFXColor(int32_t nTransparency) const { in ToFXColor()
Dcfx_renderdevice.cpp1135 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/
Dfx_dib_main.cpp82 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/
Difwl_themeprovider.h34 virtual FX_COLORREF GetTextColor(CFWL_ThemePart* pThemePart) const = 0;
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h43 FX_COLORREF GetTextColor(CFWL_ThemePart* pThemePart) const override;
Dcxfa_fwltheme.cpp207 FX_COLORREF CXFA_FWLTheme::GetTextColor(CFWL_ThemePart* pThemePart) const { in GetTextColor()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_stipple.cpp64 FX_COLORREF rgb; in Draw()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp244 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()
Dcpwl_edit_impl.cpp429 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()
Dcpwl_edit_impl.h236 FX_COLORREF crTextFill,
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp139 FX_COLORREF rgb; in CreatePen()
162 FX_COLORREF rgb; in CreateBrush()
1079 FX_COLORREF rgb; in FillRectWithBlend()
1133 FX_COLORREF rgb; in DrawCosmeticLine()
Dfx_win32_print.cpp284 FX_COLORREF rgb; in DrawDeviceText()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp298 FX_COLORREF color; in GetCreateParam()