Home
last modified time | relevance | path

Searched defs:bRTLPiece (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp673 bool bRTLPiece = (pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0; in GetDisplayPos() local
936 bool bRTLPiece = !!(pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel); in GetCharRects() local
Dcfx_rtfbreak.cpp726 bool bRTLPiece = FX_IsOdd(pPiece->iBidiLevel); in GetDisplayPos() local