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