Lines Matching refs:wForm
183 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()
724 wForm = FX_GetMirrorChar(wch, dwProps); in GetDisplayPos()
726 dwProps = FX_GetUnicodeProperties(wForm); in GetDisplayPos()
732 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm); in GetDisplayPos()