Home
last modified time | relevance | path

Searched refs:bSingleLine (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp560 FX_BOOL bSingleLine = !!(m_dwStyles & FDE_TTOSTYLE_SingleLine); in RetriecePieces() local
582 if (bSingleLine || !bLineWrap) { in RetriecePieces()
621 FX_BOOL bRet = bSingleLine || bLineWrap || (!bLineWrap && bNeedReload) || in RetriecePieces()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp1452 FX_BOOL bSingleLine = (dwStyles & FX_RTFLAYOUTSTYLE_SingleLine) != 0; in GetCharRects() local
1466 FX_BOOL bRet = (!bSingleLine && FX_IsCtrlCode(wch)); in GetCharRects()
Dfx_textbreak.cpp1583 FX_BOOL bSingleLine = (pTxtRun->dwStyles & FX_TXTLAYOUTSTYLE_SingleLine) != 0; in GetCharRects() local
1602 FX_BOOL bRet = (!bSingleLine && FX_IsCtrlCode(wch)); in GetCharRects()