Home
last modified time | relevance | path

Searched refs:m_pChars (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.h58 ASSERT(index > -1 && index < m_iChars && m_pChars); in GetChar()
59 return (*m_pChars)[m_iStartChar + index]; in GetChar()
66 ret += static_cast<FX_WCHAR>((*m_pChars)[i].m_wCharCode); in GetString()
74 ret.push_back((*m_pChars)[i].m_iCharWidth); in GetWidths()
104 std::vector<CFX_RTFChar>* m_pChars; // not owned. variable
Dfgas_textbreak.h126 ASSERT(index > -1 && index < m_iChars && m_pChars); in GetCharPtr()
127 return &(*m_pChars)[m_iStartChar + index]; in GetCharPtr()
133 *pText++ = static_cast<FX_WCHAR>((*m_pChars)[i].m_wCharCode); in GetString()
144 *pWidths++ = (*m_pChars)[i].m_iCharWidth; in GetWidths()
157 std::vector<CFX_TxtChar>* m_pChars; variable
Dfgas_rtfbreak.cpp480 tp.m_pChars = &m_pCurLine->m_LineChars; in EndBreak_SplitLine()
553 tp.m_pChars = &chars; in EndBreak_BidiLine()
1003 m_pChars(nullptr), in CFX_RTFPiece()
Dfgas_textbreak.cpp679 tp.m_pChars = m_pCurLine->m_pLineChars.get(); in EndBreak_SplitLine()
725 tp.m_pChars = m_pCurLine->m_pLineChars.get(); in EndBreak_BidiLine()
796 tp.m_pChars = m_pCurLine->m_pLineChars.get(); in EndBreak_BidiLine()
1656 m_pChars(nullptr), in CFX_TxtPiece()