Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp622 uint32_t dwCharType; in EndBreak_Alignment() local
640 dwCharType = tc.GetCharType(); in EndBreak_Alignment()
641 if (dwCharType == FX_CHARTYPE_Space || in EndBreak_Alignment()
642 dwCharType == FX_CHARTYPE_Control) { in EndBreak_Alignment()
896 uint32_t dwCharType; in GetDisplayPos() local
907 dwCharType = (dwProps & FX_CHARTYPEBITSMASK); in GetDisplayPos()
909 if (dwCharType == FX_CHARTYPE_ArabicAlef) in GetDisplayPos()
916 (dwCharType >= FX_CHARTYPE_Tab && dwCharType <= FX_CHARTYPE_Control); in GetDisplayPos()
923 if (dwCharType >= FX_CHARTYPE_ArabicAlef) { in GetDisplayPos()
954 if (bRTLPiece && dwCharType != FX_CHARTYPE_Combination) in GetDisplayPos()
[all …]