Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp472 uint32_t dwCharType = tc->GetCharType(); in EndBreak_Alignment() local
473 if (dwCharType == FX_CHARTYPE_Space || in EndBreak_Alignment()
474 dwCharType == FX_CHARTYPE_Control) { in EndBreak_Alignment()
698 uint32_t dwCharType = (dwProps & FX_CHARTYPEBITSMASK); in GetDisplayPos() local
700 if (dwCharType == FX_CHARTYPE_ArabicAlef) in GetDisplayPos()
707 (dwCharType >= FX_CHARTYPE_Tab && dwCharType <= FX_CHARTYPE_Control); in GetDisplayPos()
714 if (dwCharType >= FX_CHARTYPE_ArabicAlef) { in GetDisplayPos()
743 if (bRTLPiece && dwCharType != FX_CHARTYPE_Combination) in GetDisplayPos()
748 if (!bRTLPiece && dwCharType != FX_CHARTYPE_Combination) in GetDisplayPos()