Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp52 wchar_t wForm; in AppendChar_Combination() local
58 wForm = wch; in AppendChar_Combination()
66 wForm = FX_GetArabicFromShaddaTable(wLast); in AppendChar_Combination()
71 wForm = FX_GetArabicFromShaddaTable(wch); in AppendChar_Combination()
81 if (!m_pFont->GetCharWidth(wForm, iCharWidth)) in AppendChar_Combination()
124 wchar_t wForm; in AppendChar_Arabic() local
137 wForm = pdfium::arabic::GetFormChar(pLastChar, pPrevChar, pCurChar); in AppendChar_Arabic()
138 bAlef = (wForm == 0xFEFF && in AppendChar_Arabic()
140 m_pFont->GetCharWidth(wForm, iCharWidth); in AppendChar_Arabic()
142 if (wForm == 0xFEFF) in AppendChar_Arabic()
[all …]
Dcfx_rtfbreak.cpp183 wchar_t wForm; in AppendChar_Arabic() local
191 wForm = pdfium::arabic::GetFormChar(pLastChar, pPrevChar, pCurChar); in AppendChar_Arabic()
192 bAlef = (wForm == 0xFEFF && in AppendChar_Arabic()
194 if (!m_pFont->GetCharWidth(wForm, iCharWidth) && in AppendChar_Arabic()
207 wForm = pdfium::arabic::GetFormChar(pCurChar, bAlef ? nullptr : pLastChar, in AppendChar_Arabic()
209 if (!m_pFont->GetCharWidth(wForm, iCharWidth) && in AppendChar_Arabic()
227 wchar_t wForm = pCurChar->char_code(); in AppendChar_Others() local
229 if (!m_pFont->GetCharWidth(wForm, iCharWidth)) in AppendChar_Others()
713 wchar_t wForm = wch; in GetDisplayPos() local
722 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
[all …]