Searched refs:dwCharType (Results 1 – 1 of 1) sorted by relevance
472 uint32_t dwCharType = tc->GetCharType(); in EndBreak_Alignment() local473 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() local700 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()