Searched defs:crTextFill (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp65 FX_ARGB crTextFill,
79 &mt, str, crTextFill, nullptr, &ro);
86 pUser2Device, str, crTextFill, nullptr,
720 FX_COLORREF crTextFill,
733 FX_COLORREF crCurFill = crTextFill;
766 crCurFill = bSelect ? crWhite : crTextFill;
769 crCurFill = crTextFill;
59 DrawTextString(CFX_RenderDevice* pDevice, const CFX_PointF& pt, CPDF_Font* pFont, FX_FLOAT fFontSize, CFX_Matrix* pUser2Device, const CFX_ByteString& str, FX_ARGB crTextFill, int32_t nHorzScale) argument
717 DrawEdit(CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device, CFX_Edit* pEdit, FX_COLORREF crTextFill, const CFX_FloatRect& rcClip, const CFX_PointF& ptOffset, const CPVT_WordRange* pRange, CFX_SystemHandler* pSystemHandler, CFFL_FormFiller* pFFLData) argument

Completed in 61 milliseconds