Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1168 int32_t CFX_TxtBreak::GetDisplayPos(FX_LPCTXTRUN pTxtRun, in GetDisplayPos() argument
1173 if (pTxtRun == NULL || pTxtRun->iLength < 1) { in GetDisplayPos()
1176 IFX_TxtAccess* pAccess = pTxtRun->pAccess; in GetDisplayPos()
1177 void* pIdentity = pTxtRun->pIdentity; in GetDisplayPos()
1178 const FX_WCHAR* pStr = pTxtRun->pStr; in GetDisplayPos()
1179 int32_t* pWidths = pTxtRun->pWidths; in GetDisplayPos()
1180 int32_t iLength = pTxtRun->iLength - 1; in GetDisplayPos()
1181 IFX_Font* pFont = pTxtRun->pFont; in GetDisplayPos()
1182 FX_DWORD dwStyles = pTxtRun->dwStyles; in GetDisplayPos()
1183 CFX_RectF rtText(*pTxtRun->pRect); in GetDisplayPos()
[all …]
Dfx_textbreak.h91 FX_LPCTXTRUN pTxtRun,
96 virtual int32_t GetCharRects(FX_LPCTXTRUN pTxtRun,
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h205 FX_LPCTXTRUN pTxtRun,
210 virtual int32_t GetCharRects(FX_LPCTXTRUN pTxtRun,