Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfgas_txtbreak.cpp643 const bool bRTLPiece = (run.dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0; in GetDisplayPos() local
889 bool bRTLPiece = !!(run.dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel); in GetCharRects() local
Dcfgas_rtfbreak.cpp713 const bool bRTLPiece = FX_IsOdd(pPiece->iBidiLevel); in GetDisplayPos() local