Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp657 bool bRTLPiece = (pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0; in GetDisplayPos() local
922 bool bRTLPiece = !!(pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel); in GetCharRects() local
Dcfx_rtfbreak.cpp675 bool bRTLPiece = FX_IsOdd(pText->iBidiLevel); in GetDisplayPos() local