Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp670 bool bSkipSpace = pTxtRun->bSkipSpace; in GetDisplayPos() local
794 iCount += (bEmptyChar && bSkipSpace) ? 0 : iForms; in GetDisplayPos()
829 if (!bEmptyChar || (bEmptyChar && !bSkipSpace)) { in GetDisplayPos()
841 if (!bEmptyChar || (bEmptyChar && !bSkipSpace)) { in GetDisplayPos()
872 if (!bEmptyChar || (bEmptyChar && !bSkipSpace)) { in GetDisplayPos()
994 bSkipSpace(true) {} in FX_TXTRUN()
Dcfx_txtbreak.h54 bool bSkipSpace; member