/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 94 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 …]
|
D | fxet_edit.cpp | 1117 FX_BOOL CFX_Edit::SetRichTextColor(FX_COLORREF dwColor) { in SetRichTextColor()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseform.h | 116 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];
|
D | fsdk_baseannot.h | 180 void SetColor(FX_COLORREF color); 182 FX_BOOL GetColor(FX_COLORREF& color) const;
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Utils.h | 128 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/ |
D | fx_edit.h | 257 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);
|
D | fxet_edit.h | 557 FX_BOOL SetRichTextColor(FX_COLORREF dwColor) override;
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 64 FX_COLORREF m_BackColor; 66 FX_COLORREF m_ForeColor;
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 176 FX_COLORREF wordColor = 0, 202 FX_COLORREF dwWordColor;
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 67 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/ |
D | render_int.h | 63 FX_COLORREF TranslateColor(FX_COLORREF src) const;
|
D | fpdf_render_image.cpp | 138 FX_COLORREF CPDF_TransferFunc::TranslateColor(FX_COLORREF rgb) const { in TranslateColor()
|
D | fpdf_render.cpp | 558 FX_COLORREF rgb = pColorData->m_FillRGB; in GetFillArgb() 592 FX_COLORREF rgb = pColorData->m_StrokeRGB; in GetStrokeArgb()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 729 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/ |
D | fsdk_baseform.cpp | 557 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) {
|
D | fsdk_baseannot.cpp | 789 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/ |
D | PWL_Utils.cpp | 1353 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()
|
D | PWL_ScrollBar.cpp | 494 FX_COLORREF crStroke = ArgbEncode(nTransparancy, 120, 120, 120); in DrawThisAppearance()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 305 FX_COLORREF color; in GetCreateParam()
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_main.cpp | 37 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/ |
D | fpdfxfa_doc.cpp | 786 FX_COLORREF color = pInterForm->GetHighlightColor(FPDF_FORMFIELD_XFA); in GetHighlightColor()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 1579 FX_COLORREF rgb; in XFA_BOX_Fill()
|