Home
last modified time | relevance | path

Searched refs:FX_TXTCHARSTYLE_OddBidiLevel (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h24 #define FX_TXTCHARSTYLE_OddBidiLevel 0x0040 macro
Dcfx_txtbreak.cpp657 bool bRTLPiece = (pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel) != 0; in GetDisplayPos()
922 bool bRTLPiece = !!(pTxtRun->dwCharStyles & FX_TXTCHARSTYLE_OddBidiLevel); in GetCharRects()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp410 ttoPiece.dwCharStyles |= FX_TXTCHARSTYLE_OddBidiLevel; in RetrievePieces()
Dcfde_texteditengine.cpp1011 txtEdtPiece.dwCharStyles |= FX_TXTCHARSTYLE_OddBidiLevel; in RebuildPieces()