HomeSort by relevance Sort by last modified time
    Searched refs:m_pChars (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_rbk.h 106 m_pChars(NULL),
110 FXSYS_assert(m_pChars != NULL);
111 m_pChars->Add(tc);
125 FXSYS_assert(index > -1 && index < m_iChars && m_pChars != NULL);
126 return *m_pChars->GetDataPtr(m_iStartChar + index);
129 FXSYS_assert(index > -1 && index < m_iChars && m_pChars != NULL);
130 return m_pChars->GetDataPtr(m_iStartChar + index);
137 pChar = m_pChars->GetDataPtr(i);
151 pChar = m_pChars->GetDataPtr(i);
181 CFX_RTFCharArray* m_pChars;
    [all...]
fx_tbk.h 124 m_pChars(NULL),
132 FXSYS_assert(index > -1 && index < m_iChars && m_pChars != NULL);
133 return m_pChars->GetDataPtr(m_iStartChar + index);
140 pChar = m_pChars->GetDataPtr(i);
155 pChar = m_pChars->GetDataPtr(i);
169 CFX_TxtCharArray* m_pChars;
  /external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp 696 tp.m_pChars = m_pCurLine->m_pLineChars;
740 tp.m_pChars = m_pCurLine->m_pLineChars;
809 tp.m_pChars = m_pCurLine->m_pLineChars;
    [all...]
fx_rtfbreak.cpp 703 tp.m_pChars = &m_pCurLine->m_LineChars;
781 tp.m_pChars = &chars;
    [all...]

Completed in 39 milliseconds