Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_rbk.h97 m_iChars(0), in CFX_RTFPiece()
117 m_iChars++; in AppendChar()
122 int32_t GetLength() const { return m_iChars; } in GetLength()
123 int32_t GetEndChar() const { return m_iStartChar + m_iChars; } in GetEndChar()
125 FXSYS_assert(index > -1 && index < m_iChars && m_pChars != NULL); in GetChar()
129 FXSYS_assert(index > -1 && index < m_iChars && m_pChars != NULL); in GetCharPtr()
134 int32_t iEndChar = m_iStartChar + m_iChars; in GetString()
142 FX_WCHAR* pText = wsText.GetBuffer(m_iChars); in GetString()
144 wsText.ReleaseBuffer(m_iChars); in GetString()
148 int32_t iEndChar = m_iStartChar + m_iChars; in GetWidths()
[all …]
Dfx_tbk.h118 m_iChars(0), in CFX_TxtPiece()
129 int32_t GetLength() const { return m_iChars; } in GetLength()
130 int32_t GetEndChar() const { return m_iStartChar + m_iChars; } in GetEndChar()
132 FXSYS_assert(index > -1 && index < m_iChars && m_pChars != NULL); in GetCharPtr()
137 int32_t iEndChar = m_iStartChar + m_iChars; in GetString()
146 FX_WCHAR* pText = wsText.GetBuffer(m_iChars); in GetString()
148 wsText.ReleaseBuffer(m_iChars); in GetString()
152 int32_t iEndChar = m_iStartChar + m_iChars; in GetWidths()
163 int32_t m_iChars; variable
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp727 tp.m_iChars = i - j; in EndBreak_SplitLine()
731 tp.m_iChars += 1; in EndBreak_SplitLine()
809 tp.m_iChars = i - tp.m_iStartChar; in EndBreak_BidiLine()
827 tp.m_iChars = i - tp.m_iStartChar; in EndBreak_BidiLine()
862 j = bArabic ? 0 : ttp.m_iChars - 1; in EndBreak_Alignment()
863 while (j > -1 && j < ttp.m_iChars) { in EndBreak_Alignment()
907 for (j = 0; j < ttp.m_iChars; j++) { in EndBreak_Alignment()
Dfx_textbreak.cpp695 tp.m_iChars = iCount; in EndBreak_SplitLine()
765 tp.m_iChars = i - tp.m_iStartChar; in EndBreak_BidiLine()
783 tp.m_iChars = i - tp.m_iStartChar; in EndBreak_BidiLine()
808 tp.m_iChars = iCount; in EndBreak_BidiLine()
838 j = bArabic ? 0 : ttp.m_iChars - 1; in EndBreak_Alignment()
839 while (j > -1 && j < ttp.m_iChars) { in EndBreak_Alignment()
883 for (j = 0; j < ttp.m_iChars; j++) { in EndBreak_Alignment()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp23 m_iChars(0), in CFDE_TextOut()
416 m_iChars = iSize; in ExpandBuffer()
417 } else if (m_iChars < iSize) { in ExpandBuffer()
419 m_iChars = iSize; in ExpandBuffer()
Dfde_textout.h143 int32_t m_iChars; variable
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp1743 (FX_WCHAR*)m_pAllocator->Alloc(pPiece->m_iChars * sizeof(FX_WCHAR)); in AppendTextLine()
1745 (int32_t*)m_pAllocator->Alloc(pPiece->m_iChars * sizeof(int32_t)); in AppendTextLine()
1746 pTP->iChars = pPiece->m_iChars; in AppendTextLine()