Home | History | Annotate | Download | only in layout

Lines Matching defs:dwProps

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