Lines Matching refs:wForm

52   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()
154 wForm = pdfium::arabic::GetFormChar(pCurChar, bAlef ? nullptr : pLastChar, in AppendChar_Arabic()
159 m_pFont->GetCharWidth(wForm, iCharWidth); in AppendChar_Arabic()
161 if (wForm == 0xFEFF) in AppendChar_Arabic()
181 wchar_t wForm = wch; in AppendChar_Others() local
186 if (!m_pFont->GetCharWidth(wForm, iCharWidth)) in AppendChar_Others()
641 uint16_t wForm; member
684 wchar_t wForm = 0xFEFF; in GetDisplayPos() local
738 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
741 wForm = wch; in GetDisplayPos()
744 wForm = 0xFEFF; in GetDisplayPos()
758 wForm = FX_GetArabicFromShaddaTable(wNext); in GetDisplayPos()
763 wForm = FX_GetArabicFromShaddaTable(wch); in GetDisplayPos()
772 wForm = wch; in GetDisplayPos()
774 wForm = wch; in GetDisplayPos()
776 wForm = wch; in GetDisplayPos()
778 wForm = FX_GetMirrorChar(wch, dwProps); in GetDisplayPos()
780 wForm = wch; in GetDisplayPos()
787 dwProps = FX_GetUnicodeProperties(wForm); in GetDisplayPos()
790 if (wForm == 0xFEFF) in GetDisplayPos()
808 formChars[0].wForm = wForm; in GetDisplayPos()
811 formChars[1].wForm = 0x0651; in GetDisplayPos()
815 formChars[2].wForm = 0x0670; in GetDisplayPos()
822 wForm = (wchar_t)formChars[j].wForm; in GetDisplayPos()
826 wch = wForm; in GetDisplayPos()
827 wLast = (wchar_t)formChars[j - 1].wForm; in GetDisplayPos()
830 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm); in GetDisplayPos()
846 pFont->GetCharWidth(wForm, iFormWidth); in GetDisplayPos()
853 if (pFont->GetCharBBox(wForm, &rtBBox)) { in GetDisplayPos()
858 if (wForm == wch && wLast != 0xFEFF) { in GetDisplayPos()