Home | History | Annotate | Download | only in layout

Lines Matching refs:dwProps

306                                        uint32_t dwProps) {
312 int32_t iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
504 uint32_t dwProps = pCurChar->m_dwCharProps;
522 wForm = FX_GetMirrorChar(wch, dwProps, m_bCurRTL, m_bVertical);
549 uint32_t dwProps = kTextLayoutCodeProperties[static_cast<uint16_t>(wch)];
550 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
556 pCurChar->m_dwCharProps = dwProps;
567 AppendChar_PageLoad(pCurChar, dwProps);
581 if (m_bVertical && (dwProps & 0x8000) != 0)
1213 uint32_t dwProps = FX_GetUnicodeProperties(wch);
1214 FX_CHARTYPE chartype = GetCharTypeFromProp(dwProps);
1227 dwProps = FX_GetUnicodeProperties(wNext);
1228 if ((dwProps & FX_CHARTYPEBITSMASK) != FX_CHARTYPE_Combination)
1243 dwProps = FX_GetUnicodeProperties(wNext);
1244 } while ((dwProps & FX_CHARTYPEBITSMASK) == FX_CHARTYPE_Combination);
1309 wForm = FX_GetMirrorChar(wch, dwProps, bRTLPiece, bVerticalChar);
1318 dwProps = FX_GetUnicodeProperties(wForm);
1320 if (bVerticalChar && (dwProps & 0x8000) != 0)
1422 if (bVerticalChar && (dwProps & 0x00010000) != 0) {