Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp94 FX_COLORREF color, in DrawUnderline()
147 FX_COLORREF crTextFill, in DrawEdit()
148 FX_COLORREF crTextStroke, in DrawEdit()
163 FX_COLORREF crCurFill = crTextFill; in DrawEdit()
164 FX_COLORREF crOldFill = crCurFill; in DrawEdit()
167 const FX_COLORREF crWhite = ArgbEncode(255, 255, 255, 255); in DrawEdit()
168 const FX_COLORREF crSelBK = ArgbEncode(255, 0, 51, 113); in DrawEdit()
289 FX_COLORREF crCurText = ArgbEncode(255, 0, 0, 0); in DrawRichEdit()
290 FX_COLORREF crOld = crCurText; in DrawRichEdit()
292 const FX_COLORREF crWhite = ArgbEncode(255, 255, 255, 255); in DrawRichEdit()
[all …]
Dfxet_edit.cpp1117 FX_BOOL CFX_Edit::SetRichTextColor(FX_COLORREF dwColor) { in SetRichTextColor()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h116 FX_BOOL GetFillColor(FX_COLORREF& color) const;
117 FX_BOOL GetBorderColor(FX_COLORREF& color) const;
118 FX_BOOL GetTextColor(FX_COLORREF& color) const;
361 void SetHighlightColor(FX_COLORREF clr, int nFieldType);
362 FX_COLORREF GetHighlightColor(int nFieldType);
371 FX_COLORREF m_aHighlightColor[kNumFieldTypes];
Dfsdk_baseannot.h180 void SetColor(FX_COLORREF color);
182 FX_BOOL GetColor(FX_COLORREF& color) const;
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Utils.h128 static FX_COLORREF PWLColorToFXColor(const CPWL_Color& color,
203 const FX_COLORREF& color);
207 const FX_COLORREF& color,
213 const FX_COLORREF& color,
228 const FX_COLORREF& color);
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h257 virtual FX_BOOL SetRichTextColor(FX_COLORREF dwColor) = 0;
440 FX_COLORREF crTextFill,
441 FX_COLORREF crTextStroke,
450 FX_COLORREF color,
465 FX_COLORREF crText,
477 FX_COLORREF color);
Dfxet_edit.h557 FX_BOOL SetRichTextColor(FX_COLORREF dwColor) override;
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h64 FX_COLORREF m_BackColor;
66 FX_COLORREF m_ForeColor;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h176 FX_COLORREF wordColor = 0,
202 FX_COLORREF dwWordColor;
/external/pdfium/core/include/fxge/
Dfx_dib.h67 typedef FX_DWORD FX_COLORREF; typedef
89 void ArgbDecode(FX_ARGB argb, int& a, FX_COLORREF& rgb);
93 FX_ARGB ArgbEncode(int a, FX_COLORREF rgb);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h63 FX_COLORREF TranslateColor(FX_COLORREF src) const;
Dfpdf_render_image.cpp138 FX_COLORREF CPDF_TransferFunc::TranslateColor(FX_COLORREF rgb) const { in TranslateColor()
Dfpdf_render.cpp558 FX_COLORREF rgb = pColorData->m_FillRGB; in GetFillArgb()
592 FX_COLORREF rgb = pColorData->m_StrokeRGB; in GetStrokeArgb()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp729 FX_COLORREF rgb; in _CreatePen()
754 FX_COLORREF rgb; in _CreateBrush()
964 FX_COLORREF rgb; in FillRect()
1020 FX_COLORREF rgb; in DrawCosmeticLine()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp557 FX_BOOL CPDFSDK_Widget::GetFillColor(FX_COLORREF& color) const { in GetFillColor()
565 FX_BOOL CPDFSDK_Widget::GetBorderColor(FX_COLORREF& color) const { in GetBorderColor()
573 FX_BOOL CPDFSDK_Widget::GetTextColor(FX_COLORREF& color) const { in GetTextColor()
856 FX_COLORREF color = m_pInterForm->GetHighlightColor(nFieldType);
2714 void CPDFSDK_InterForm::SetHighlightColor(FX_COLORREF clr, int nFieldType) {
2733 FX_COLORREF CPDFSDK_InterForm::GetHighlightColor(int nFieldType) {
Dfsdk_baseannot.cpp789 void CPDFSDK_BAAnnot::SetColor(FX_COLORREF color) { in SetColor()
801 FX_BOOL CPDFSDK_BAAnnot::GetColor(FX_COLORREF& color) const { in GetColor()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp1353 FX_COLORREF CPWL_Utils::PWLColorToFXColor(const CPWL_Color& color, in PWLColorToFXColor()
1369 const FX_COLORREF& color) { in DrawFillRect()
1380 const FX_COLORREF& color) { in DrawFillArea()
1394 const FX_COLORREF& color, in DrawStrokeRect()
1410 const FX_COLORREF& color, in DrawStrokeLine()
1680 const FX_COLORREF crSpell = ArgbEncode(255, 255, 0, 0); in DrawEditSpellCheck()
DPWL_ScrollBar.cpp494 FX_COLORREF crStroke = ArgbEncode(nTransparancy, 120, 120, 120); in DrawThisAppearance()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp305 FX_COLORREF color; in GetCreateParam()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp37 void ArgbDecode(FX_DWORD argb, int& a, FX_COLORREF& rgb) { in ArgbDecode()
41 FX_DWORD ArgbEncode(int a, FX_COLORREF rgb) { in ArgbEncode()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp786 FX_COLORREF color = pInterForm->GetHighlightColor(FPDF_FORMFIELD_XFA); in GetHighlightColor()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1579 FX_COLORREF rgb; in XFA_BOX_Fill()