Searched refs:dwCharType (Results 1 – 2 of 2) sorted by relevance
830 FX_DWORD dwCharType; in EndBreak_Alignment() local845 dwCharType = pTC->GetCharType(); in EndBreak_Alignment()846 if (dwCharType == FX_CHARTYPE_Space || in EndBreak_Alignment()847 dwCharType == FX_CHARTYPE_Control) { in EndBreak_Alignment()1209 FX_DWORD dwProps, dwCharType; in GetDisplayPos() local1234 dwCharType = (dwProps & FX_CHARTYPEBITSMASK); in GetDisplayPos()1235 if (dwCharType == FX_CHARTYPE_ArabicAlef && iWidth == 0) { in GetDisplayPos()1240 if (dwCharType >= FX_CHARTYPE_ArabicAlef) { in GetDisplayPos()1274 } else if (dwCharType == FX_CHARTYPE_Combination) { in GetDisplayPos()1307 } else if (dwCharType == FX_CHARTYPE_Numeric) { in GetDisplayPos()[all …]
852 FX_DWORD dwCharType; in EndBreak_Alignment() local869 dwCharType = tc.GetCharType(); in EndBreak_Alignment()870 if (dwCharType == FX_CHARTYPE_Space || in EndBreak_Alignment()871 dwCharType == FX_CHARTYPE_Control) { in EndBreak_Alignment()1214 FX_DWORD dwProps, dwCharType; in GetDisplayPos() local1234 dwCharType = (dwProps & FX_CHARTYPEBITSMASK); in GetDisplayPos()1235 if (dwCharType == FX_CHARTYPE_ArabicAlef && iWidth == 0) { in GetDisplayPos()1241 dwCharType = 0; in GetDisplayPos()1249 bEmptyChar = (dwCharType >= FX_CHARTYPE_Tab && in GetDisplayPos()1250 dwCharType <= FX_CHARTYPE_Control); in GetDisplayPos()[all …]