Searched defs:bSingleLine (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/tto/
H A Dfde_textout.cpp502 bool bSingleLine = !!(m_dwStyles & FDE_TTOSTYLE_SingleLine); local
524 if (bSingleLine || !bLineWrap) {
562 bool bRet = bSingleLine || bLineWrap || (!bLineWrap && bNeedReload) ||
/external/pdfium/xfa/fgas/layout/
H A Dfgas_textbreak.cpp1542 bool bSingleLine = !!(pTxtRun->dwStyles & FX_TXTLAYOUTSTYLE_SingleLine); local
1564 bool bRet = (!bSingleLine && FX_IsCtrlCode(wch));

Completed in 77 milliseconds