Lines Matching refs:wch
67 CFX_BreakType CFX_RTFBreak::AppendChar(wchar_t wch) { in AppendChar() argument
70 uint32_t dwProps = FX_GetUnicodeProperties(wch); in AppendChar()
72 m_pCurLine->m_LineChars.emplace_back(wch, dwProps, m_iHorizontalScale, in AppendChar()
695 wchar_t wch = pText->pStr[i]; in GetDisplayPos() local
697 uint32_t dwProps = FX_GetUnicodeProperties(wch); in GetDisplayPos()
713 wchar_t wForm = wch; in GetDisplayPos()
722 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
724 wForm = FX_GetMirrorChar(wch, dwProps); in GetDisplayPos()
730 pCharPos->m_GlyphIndex = wch; in GetDisplayPos()
734 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch); in GetDisplayPos()
774 wPrev = wch; in GetDisplayPos()