Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1176 IFX_TxtAccess* pAccess = pTxtRun->pAccess; in GetDisplayPos() local
1226 if (pAccess != NULL) { in GetDisplayPos()
1227 wch = pAccess->GetChar(pIdentity, i); in GetDisplayPos()
1228 iWidth = pAccess->GetWidth(pIdentity, i); in GetDisplayPos()
1242 if (pAccess != NULL) { in GetDisplayPos()
1245 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
1282 if (pAccess != NULL) { in GetDisplayPos()
1285 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
1316 if (pAccess != NULL) { in GetDisplayPos()
1319 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
[all …]
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h78 pAccess = NULL; in _FX_TXTRUN()
94 IFX_TxtAccess* pAccess; member
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.cpp80 tr.pAccess = m_pPage; in GetDisplayPos()
113 tr.pAccess = m_pPage; in GetCharRects_Impl()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp582 IFX_FileAccess* pAccess = FX_CreateDefaultFileAccess(m_wsNext); in GetNext() local
584 pos = 0 != m_wsNext.GetLength() ? pAccess : NULL; in GetNext()
585 return (IFX_FileAccess*)pAccess; in GetNext()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp824 tr.pAccess = NULL; in ToTextRun()