Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp1170 bool bVerticalChar = (dwStyles & FX_TXTLAYOUTSTYLE_VerticalChars) != 0; in GetDisplayPos() local
1308 } else if (bRTLPiece || bVerticalChar) { in GetDisplayPos()
1309 wForm = FX_GetMirrorChar(wch, dwProps, bRTLPiece, bVerticalChar); in GetDisplayPos()
1320 if (bVerticalChar && (dwProps & 0x8000) != 0) in GetDisplayPos()
1422 if (bVerticalChar && (dwProps & 0x00010000) != 0) { in GetDisplayPos()