Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp1148 IFX_TxtAccess* pAccess = pTxtRun->pAccess; in GetDisplayPos() local
1205 if (pAccess) { in GetDisplayPos()
1206 wch = pAccess->GetChar(pIdentity, i); in GetDisplayPos()
1207 iWidth = pAccess->GetWidth(pIdentity, i); in GetDisplayPos()
1223 if (pAccess) { in GetDisplayPos()
1226 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
1262 if (pAccess) { in GetDisplayPos()
1265 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
1293 if (pAccess) { in GetDisplayPos()
1296 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
[all …]
Dfgas_textbreak.h99 IFX_TxtAccess* pAccess; member
/external/pdfium/xfa/fde/
Dcfde_txtedttextset.cpp62 tr.pAccess = m_pPage; in GetDisplayPos()
85 tr.pAccess = m_pPage; in GetCharRects()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp554 CFX_RetainPtr<IFX_FileAccess> pAccess = in GetNext() local
557 pos = m_wsNext.GetLength() != 0 ? pAccess.Get() : nullptr; in GetNext()
558 return pAccess; in GetNext()