Home
last modified time | relevance | path

Searched refs:wLast (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp65 wchar_t wLast = pLastChar->char_code(); in AppendChar_Combination() local
66 if (wLast >= 0x064C && wLast <= 0x0650) { in AppendChar_Combination()
67 wForm = FX_GetArabicFromShaddaTable(wLast); in AppendChar_Combination()
701 wchar_t wLast = 0xFEFF; in GetDisplayPos() local
719 wLast = wch; in GetDisplayPos()
814 wLast = wch; in GetDisplayPos()
843 wLast = (wchar_t)formChars[j - 1].wForm; in GetDisplayPos()
875 if (wForm == wch && wLast != 0xFEFF) { in GetDisplayPos()
876 if (FX_GetCharType(wLast) == FX_CHARTYPE::kCombination) { in GetDisplayPos()
878 if (pFont->GetCharBBox(wLast, &rtBox)) in GetDisplayPos()
[all …]