Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_txtedttextset.cpp58 const FDE_TXTEDTPARAMS* pTextParams = pEngine->GetEditParams(); in GetDisplayPos() local
65 tr.pFont = pTextParams->pFont; in GetDisplayPos()
66 tr.fFontSize = pTextParams->fFontSize; in GetDisplayPos()
68 tr.iCharRotation = pTextParams->nCharRotation; in GetDisplayPos()
71 tr.wLineBreakChar = pTextParams->wLineBreakChar; in GetDisplayPos()
82 const FDE_TXTEDTPARAMS* pTextParams = pEngine->GetEditParams(); in GetCharRects() local
88 tr.pFont = pTextParams->pFont; in GetCharRects()
89 tr.fFontSize = pTextParams->fFontSize; in GetCharRects()
91 tr.iCharRotation = pTextParams->nCharRotation; in GetCharRects()
94 tr.wLineBreakChar = pTextParams->wLineBreakChar; in GetCharRects()