Lines Matching refs:dwProps
205 uint32_t dwProps = FX_GetUnicodeProperties(wch); in AppendChar() local
206 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); in AppendChar()
207 m_pCurLine->m_LineChars.emplace_back(wch, dwProps, m_iHorizontalScale, in AppendChar()
699 uint32_t dwProps = FX_GetUnicodeProperties(wch); in GetDisplayPos() local
700 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps); in GetDisplayPos()
713 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()
714 if ((dwProps & FX_CHARTYPEBITSMASK) != FX_CHARTYPE_Combination) in GetDisplayPos()
729 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()
730 } while ((dwProps & FX_CHARTYPEBITSMASK) == FX_CHARTYPE_Combination); in GetDisplayPos()
778 wForm = FX_GetMirrorChar(wch, dwProps); in GetDisplayPos()
787 dwProps = FX_GetUnicodeProperties(wForm); in GetDisplayPos()