Home
last modified time | relevance | path

Searched refs:crTextStroke (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp29 const CFX_ByteString& str, FX_ARGB crTextFill, FX_ARGB crTextStroke, FX_INT32 nHorzScale) in DrawTextString() argument
45 if (crTextStroke != 0) in DrawTextString()
53 …rer::DrawTextString(pDevice,x, y, pFont, fFontSize, &mt, str, crTextFill, crTextStroke, &gsd, &ro); in DrawTextString()
64 if (crTextStroke != 0) in DrawTextString()
72 …TextString(pDevice,x, y, pFont, fFontSize, pUser2Device, str, crTextFill, crTextStroke, &gsd, &ro); in DrawTextString()
131 …ice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke, in DrawEdit() argument
239 fFontSize, pUser2Device, sTextBuf.GetByteString(), crOldFill, crTextStroke, nHorzScale); in DrawEdit()
253 …PDFWordString(pFontMap, word.nFontIndex, word.Word, SubWord), crCurFill, crTextStroke, nHorzScale); in DrawEdit()
265 fFontSize, pUser2Device, sTextBuf.GetByteString(), crOldFill, crTextStroke, nHorzScale); in DrawEdit()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h399 …vice, CPDF_Matrix* pUser2Device, IFX_Edit* pEdit, FX_COLORREF crTextFill, FX_COLORREF crTextStroke,