Searched defs:bVerticalChar (Results 1 - 1 of 1) sorted by relevance

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

Completed in 160 milliseconds