Searched refs:m_wCharCode (Results 1 – 6 of 6) sorted by relevance
123 : m_wCharCode(0), in CFX_Char()131 : m_wCharCode(wCharCode), in CFX_Char()140 uint16_t m_wCharCode; variable
247 wChar = (FX_WCHAR)pTC->m_wCharCode; in ParseChar()
237 pCurChar->m_wCharCode = wch; in AppendChar()268 if (!m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth, false)) in AppendChar_Combination()304 switch (pCurChar->m_wCharCode) { in AppendChar_Control()316 if (pCurChar->m_wCharCode == m_wLineBreakChar) in AppendChar_Control()341 !m_pFont->GetCharWidth(pLastChar->m_wCharCode, iCharWidth, false)) { in AppendChar_Arabic()356 !m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth, false)) { in AppendChar_Arabic()373 FX_WCHAR wForm = pCurChar->m_wCharCode; in AppendChar_Others()
133 *pText++ = static_cast<FX_WCHAR>((*m_pChars)[i].m_wCharCode); in GetString()188 *pBuf++ = static_cast<FX_WCHAR>((*m_pLineChars)[i].m_wCharCode); in GetString()
336 FX_WCHAR wch = pCurChar->m_wCharCode; in AppendChar_Combination()353 FX_WCHAR wLast = pLastChar->m_wCharCode; in AppendChar_Combination()359 if (pLastChar->m_wCharCode == 0x0651) { in AppendChar_Combination()415 FX_WCHAR wch = pCurChar->m_wCharCode; in AppendChar_Control()509 FX_WCHAR wch = pCurChar->m_wCharCode; in AppendChar_Others()554 pCurChar->m_wCharCode = static_cast<uint16_t>(wch); in AppendChar()616 wch = pCur->m_wCharCode; in EndBreak_UpdateArabicShapes()
66 ret += static_cast<FX_WCHAR>((*m_pChars)[i].m_wCharCode); in GetString()