Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.h62 bool bCharCode) const;
Dcfx_rtfbreak.cpp667 bool bCharCode) const { in GetDisplayPos()
729 if (bCharCode) { in GetDisplayPos()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h108 bool bCharCode = false);
Dcxfa_textlayout.cpp1272 bool bCharCode) { in GetDisplayPos() argument
1279 return m_pBreak->GetDisplayPos(&tr, pCharPos, bCharCode); in GetDisplayPos()