Lines Matching refs:iBlockIndex
299 float CXFA_TextLayout::DoLayout(int32_t iBlockIndex, in DoLayout() argument
331 if (iBlockCount >= (iBlockIndex + 1) * 2) { in DoLayout()
332 iLineIndex = m_Blocks[iBlockIndex * 2]; in DoLayout()
337 for (int32_t i = 0; i < iBlockIndex; i++) in DoLayout()
350 if (iBlockCount >= (iBlockIndex + 1) * 2) { in DoLayout()
351 m_Blocks[iBlockIndex * 2] = iLineIndex; in DoLayout()
352 m_Blocks[iBlockIndex * 2 + 1] = i - iLineIndex; in DoLayout()
360 iBlockIndex * 2 && in DoLayout()
361 (m_pLoader->m_BlocksHeight[iBlockIndex * 2] == iBlockIndex)) { in DoLayout()
362 m_pLoader->m_BlocksHeight[iBlockIndex * 2 + 1] = fCalcHeight; in DoLayout()
364 m_pLoader->m_BlocksHeight.push_back((float)iBlockIndex); in DoLayout()
507 void CXFA_TextLayout::ItemBlocks(const CFX_RectF& rtText, int32_t iBlockIndex) { in ItemBlocks() argument
520 if (iBlockIndex > 0) { in ItemBlocks()
524 if (iBlockHeightCount >= iBlockIndex) { in ItemBlocks()
525 for (int32_t i = 0; i < iBlockIndex; i++) in ItemBlocks()