Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp64 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()
[all …]
/external/syzkaller/sys/windows/
Dwindows.txt980 GetCharABCWidthsA(hdc ptr[inout, intptr], wFirst int32, wLast int32, lpABC ptr[inout, intptr])