Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.cpp76 const FDE_TXTEDTPARAMS* pTextParams = pEngine->GetEditParams(); in GetDisplayPos() local
85 tr.pFont = pTextParams->pFont; in GetDisplayPos()
86 tr.fFontSize = pTextParams->fFontSize; in GetDisplayPos()
88 tr.iCharRotation = pTextParams->nCharRotation; in GetDisplayPos()
91 tr.wLineBreakChar = pTextParams->wLineBreakChar; in GetDisplayPos()
110 const FDE_TXTEDTPARAMS* pTextParams = pEngine->GetEditParams(); in GetCharRects_Impl() local
118 tr.pFont = pTextParams->pFont; in GetCharRects_Impl()
119 tr.fFontSize = pTextParams->fFontSize; in GetCharRects_Impl()
121 tr.iCharRotation = pTextParams->nCharRotation; in GetCharRects_Impl()
124 tr.wLineBreakChar = pTextParams->wLineBreakChar; in GetCharRects_Impl()