Searched refs:dwCharType (Results 1 – 1 of 1) sorted by relevance
622 uint32_t dwCharType; in EndBreak_Alignment() local640 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() local907 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 …]