Searched refs:wLast (Results 1 – 2 of 2) sorted by relevance
64 wchar_t wLast = pLastChar->char_code(); in AppendChar_Combination() local65 if (wLast >= 0x064C && wLast <= 0x0650) { in AppendChar_Combination()66 wForm = FX_GetArabicFromShaddaTable(wLast); in AppendChar_Combination()685 wchar_t wLast = 0xFEFF; in GetDisplayPos() local703 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()[all …]
980 GetCharABCWidthsA(hdc ptr[inout, intptr], wFirst int32, wLast int32, lpABC ptr[inout, intptr])