Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp1120 int32_t iRealIndex = m_iStartPosition + m_iDataLength; in GetAvailableBlock() local
1121 if (iRealIndex == m_iBufferSize) { in GetAvailableBlock()
1127 iIndexInBlock = iRealIndex % m_iAllocStep; in GetAvailableBlock()
1128 return m_BlockArray[iRealIndex / m_iAllocStep]; in GetAvailableBlock()
1145 int32_t iRealIndex = m_iStartPosition + iIndex; in SetTextChar() local
1146 int32_t iBlockIndex = iRealIndex / m_iAllocStep; in SetTextChar()
1147 int32_t iInnerIndex = iRealIndex % m_iAllocStep; in SetTextChar()
1228 int32_t iRealIndex = m_iStartPosition + iIndex; in TextDataIndex2BufIndex() local
1229 iBlockIndex = iRealIndex / m_iAllocStep; in TextDataIndex2BufIndex()
1230 iInnerIndex = iRealIndex % m_iAllocStep; in TextDataIndex2BufIndex()