Home
last modified time | relevance | path

Searched refs:m_wCharCode (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_ucd.h118 : 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/
Dfx_rtfbreak.cpp356 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 …]
Dfx_textbreak.cpp348 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()
Dfx_textbreak.h43 *pBuf++ = (FX_WCHAR)pChar->m_wCharCode; in GetString()
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h141 *pText++ = (FX_WCHAR)pChar->m_wCharCode; in GetString()
Dfx_rbk.h138 *pText++ = (FX_WCHAR)pChar->m_wCharCode; in GetString()
/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp307 wChar = (FX_WCHAR)pTC->m_wCharCode; in ParseChar()