Lines Matching refs:wLast
64 wchar_t wLast = pLastChar->char_code(); in AppendChar_Combination() local
65 if (wLast >= 0x064C && wLast <= 0x0650) { in AppendChar_Combination()
66 wForm = FX_GetArabicFromShaddaTable(wLast); in AppendChar_Combination()
685 wchar_t wLast = 0xFEFF; in GetDisplayPos() local
703 wLast = wch; in GetDisplayPos()
798 wLast = wch; in GetDisplayPos()
827 wLast = (wchar_t)formChars[j - 1].wForm; in GetDisplayPos()
858 if (wForm == wch && wLast != 0xFEFF) { in GetDisplayPos()
859 uint32_t dwLastProps = FX_GetUnicodeProperties(wLast); in GetDisplayPos()
863 if (pFont->GetCharBBox(wLast, &rtBox)) in GetDisplayPos()
894 wLast = wch; in GetDisplayPos()