Searched refs:wLast (Results 1 – 1 of 1) sorted by relevance
367 FX_WCHAR wLast = pLastChar->m_wCharCode; in AppendChar_Combination() local368 if (wLast >= 0x064C && wLast <= 0x0650) { in AppendChar_Combination()369 wForm = FX_GetArabicFromShaddaTable(wLast); in AppendChar_Combination()1202 FX_WCHAR wch, wPrev = 0xFEFF, wNext, wForm, wLast = 0xFEFF; in GetDisplayPos() local1237 wLast = wch; in GetDisplayPos()1363 wLast = wch; in GetDisplayPos()1390 wLast = (FX_WCHAR)formChars[j - 1].wForm; in GetDisplayPos()1437 if (wForm == wch && wLast != 0xFEFF) { in GetDisplayPos()1438 FX_DWORD dwLastProps = FX_GetUnicodeProperties(wLast); in GetDisplayPos()1443 if (pFont->GetCharBBox(wLast, rtBBox, FALSE)) { in GetDisplayPos()[all …]