HomeSort by relevance Sort by last modified time
    Searched refs:FX_COLORREF (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/core/fpdfapi/render/
cpdf_transferfunc.h 18 FX_COLORREF TranslateColor(FX_COLORREF src) const;
cpdf_transferfunc.cpp 14 FX_COLORREF CPDF_TransferFunc::TranslateColor(FX_COLORREF rgb) const {
cpdf_renderoptions.h 45 FX_COLORREF m_BackColor;
46 FX_COLORREF m_ForeColor;
  /external/pdfium/xfa/fwl/
ifwl_themeprovider.h 33 virtual FX_COLORREF GetTextColor(CFWL_ThemePart* pThemePart) const = 0;
  /external/pdfium/core/fpdfdoc/
cpvt_wordprops.h 26 FX_COLORREF wordColor = 0,
51 FX_COLORREF dwWordColor;
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Utils.h 103 const FX_COLORREF& color);
107 const FX_COLORREF& color,
113 const FX_COLORREF& color,
128 const FX_COLORREF& color);
cpwl_color.h 36 FX_COLORREF ToFXColor(int32_t nTransparency) const;
cpwl_color.cpp 110 FX_COLORREF CPWL_Color::ToFXColor(int32_t nTransparency) const {
PWL_Utils.cpp     [all...]
PWL_ScrollBar.cpp 486 FX_COLORREF crStroke = ArgbEncode(nTransparency, 120, 120, 120);
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.h 66 void SetColor(FX_COLORREF color);
68 bool GetColor(FX_COLORREF& color) const;
cpdfsdk_interform.h 100 void SetHighlightColor(FX_COLORREF clr, int nFieldType);
101 FX_COLORREF GetHighlightColor(int nFieldType);
138 FX_COLORREF m_aHighlightColor[kNumFieldTypes];
cpdfsdk_widget.h 77 bool GetFillColor(FX_COLORREF& color) const;
78 bool GetBorderColor(FX_COLORREF& color) const;
79 bool GetTextColor(FX_COLORREF& color) const;
cpdfsdk_baannot.cpp 246 void CPDFSDK_BAAnnot::SetColor(FX_COLORREF color) {
260 bool CPDFSDK_BAAnnot::GetColor(FX_COLORREF& color) const {
cpdfsdk_interform.cpp 671 void CPDFSDK_InterForm::SetHighlightColor(FX_COLORREF clr, int nFieldType) {
690 FX_COLORREF CPDFSDK_InterForm::GetHighlightColor(int nFieldType) {
cpdfsdk_widget.cpp 46 // Convert a FX_ARGB to a FX_COLORREF.
47 FX_COLORREF ARGBToColorRef(FX_ARGB argb) {
560 bool CPDFSDK_Widget::GetFillColor(FX_COLORREF& color) const {
567 bool CPDFSDK_Widget::GetBorderColor(FX_COLORREF& color) const {
574 bool CPDFSDK_Widget::GetTextColor(FX_COLORREF& color) const {
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.h 44 FX_COLORREF GetTextColor(CFWL_ThemePart* pThemePart) const override;
xfa_fwltheme.cpp 207 FX_COLORREF CXFA_FWLTheme::GetTextColor(CFWL_ThemePart* pThemePart) const {
  /external/pdfium/core/fxge/
fx_dib.h 70 typedef uint32_t FX_COLORREF;
92 void ArgbDecode(FX_ARGB argb, int& a, FX_COLORREF& rgb);
96 FX_ARGB ArgbEncode(int a, FX_COLORREF rgb);
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 137 FX_COLORREF rgb;
160 FX_COLORREF rgb;
    [all...]
fx_win32_print.cpp 282 FX_COLORREF rgb;
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 326 FX_COLORREF crTextFill,
fxet_edit.cpp 720 FX_COLORREF crTextFill,
733 FX_COLORREF crCurFill = crTextFill;
734 FX_COLORREF crOldFill = crCurFill;
737 const FX_COLORREF crWhite = ArgbEncode(255, 255, 255, 255);
738 const FX_COLORREF crSelBK = ArgbEncode(255, 0, 51, 113);
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 298 FX_COLORREF color;
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 36 void ArgbDecode(uint32_t argb, int& a, FX_COLORREF& rgb) {
41 uint32_t ArgbEncode(int a, FX_COLORREF rgb) {
    [all...]

Completed in 179 milliseconds

1 2