Searched refs:wForm (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fgas/layout/ |
D | cfx_txtbreak.cpp | 53 wchar_t wForm; in AppendChar_Combination() local 59 wForm = wch; in AppendChar_Combination() 67 wForm = FX_GetArabicFromShaddaTable(wLast); in AppendChar_Combination() 72 wForm = FX_GetArabicFromShaddaTable(wch); in AppendChar_Combination() 83 if (m_pFont && m_pFont->GetCharWidth(wForm, &iCharWidthOut)) in AppendChar_Combination() 131 wchar_t wForm; in AppendChar_Arabic() local 144 wForm = pdfium::arabic::GetFormChar(pLastChar, pPrevChar, pCurChar); in AppendChar_Arabic() 145 bAlef = (wForm == 0xFEFF && in AppendChar_Arabic() 149 m_pFont->GetCharWidth(wForm, &iCharWidthOut); in AppendChar_Arabic() 152 if (wForm == 0xFEFF) in AppendChar_Arabic() [all …]
|
D | cfx_rtfbreak.cpp | 201 wchar_t wForm; in AppendChar_Arabic() local 209 wForm = pdfium::arabic::GetFormChar(pLastChar, pPrevChar, pCurChar); in AppendChar_Arabic() 210 bAlef = (wForm == 0xFEFF && in AppendChar_Arabic() 215 (m_pFont->GetCharWidth(wForm, &iCharWidthOut) || in AppendChar_Arabic() 239 wForm = pdfium::arabic::GetFormChar(pCurChar, bAlef ? nullptr : pLastChar, in AppendChar_Arabic() 244 (m_pFont->GetCharWidth(wForm, &iCharWidthOut) || in AppendChar_Arabic() 272 wchar_t wForm = pCurChar->char_code(); in AppendChar_Others() local 275 if (m_pFont && m_pFont->GetCharWidth(wForm, &iCharWidthOut)) in AppendChar_Others() 766 wchar_t wForm = wch; in GetDisplayPos() local 775 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos() [all …]
|