Searched refs:m_wCharCode (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_ucd.h | 118 : m_wCharCode(0), in CFX_Char() 127 : m_wCharCode(wCharCode), in CFX_Char() 136 FX_WORD m_wCharCode; variable
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_rtfbreak.cpp | 356 pCurChar->m_wCharCode = wch; in AppendChar() 402 pCurChar->m_wCharCode = wch; in AppendChar_CharCode() 443 if (!m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth, in AppendChar_Combination() 488 switch (pCurChar->m_wCharCode) { in AppendChar_Control() 500 if (pCurChar->m_wCharCode == m_wLineBreakChar) { in AppendChar_Control() 535 if (!m_pFont->GetCharWidth(pLastChar->m_wCharCode, iCharWidth, in AppendChar_Arabic() 553 if (!m_pFont->GetCharWidth(pCurChar->m_wCharCode, iCharWidth, in AppendChar_Arabic() 575 wForm = pCurChar->m_wCharCode + 0x0630; in AppendChar_Others() 577 wForm = pCurChar->m_wCharCode; in AppendChar_Others() 580 wForm = FX_GetMirrorChar(pCurChar->m_wCharCode, pCurChar->m_dwCharProps, in AppendChar_Others() [all …]
|
D | fx_textbreak.cpp | 348 FX_WCHAR wch = pCurChar->m_wCharCode; in AppendChar_Combination() 367 FX_WCHAR wLast = pLastChar->m_wCharCode; in AppendChar_Combination() 373 if (pLastChar->m_wCharCode == 0x0651) { in AppendChar_Combination() 429 FX_WCHAR wch = pCurChar->m_wCharCode; in AppendChar_Control() 523 FX_WCHAR wch = pCurChar->m_wCharCode; in AppendChar_Others() 575 pCurChar->m_wCharCode = (FX_WORD)wch; in AppendChar() 635 wch = pCur->m_wCharCode; in EndBreak_UpdateArabicShapes()
|
D | fx_textbreak.h | 43 *pBuf++ = (FX_WCHAR)pChar->m_wCharCode; in GetString()
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_tbk.h | 141 *pText++ = (FX_WCHAR)pChar->m_wCharCode; in GetString()
|
D | fx_rbk.h | 138 *pText++ = (FX_WCHAR)pChar->m_wCharCode; in GetString()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_arabic.cpp | 307 wChar = (FX_WCHAR)pTC->m_wCharCode; in ParseChar()
|