Lines Matching refs:iLineIndex
330 int32_t iLineIndex = 0; in DoLayout() local
333 iLineIndex = m_Blocks.ElementAt(iBlockIndex * 2); in DoLayout()
335 iLineIndex = m_Blocks.ElementAt(iBlockCount - 1) + in DoLayout()
346 for (i = iLineIndex; i < iCount; i++) { in DoLayout()
348 if ((i == iLineIndex) && (fLineHeight - fContentAreaHeight > 0.001)) { in DoLayout()
354 m_Blocks.SetAt(iBlockIndex * 2, iLineIndex); in DoLayout()
355 m_Blocks.SetAt(iBlockIndex * 2 + 1, i - iLineIndex); in DoLayout()
357 m_Blocks.Add(iLineIndex); in DoLayout()
358 m_Blocks.Add(i - iLineIndex); in DoLayout()
360 if (i == iLineIndex) { in DoLayout()
527 int32_t iLineIndex = 0; in ItemBlocks() local
538 iLineIndex = m_Blocks[iBlockCount - 1] + m_Blocks[iBlockCount - 2]; in ItemBlocks()
542 for (i = iLineIndex; i < iCountHeight; i++) { in ItemBlocks()
545 m_Blocks.Add(iLineIndex); in ItemBlocks()
546 m_Blocks.Add(i - iLineIndex); in ItemBlocks()
552 if (iCountHeight > 0 && (i - iLineIndex) > 0 && bEndItem) { in ItemBlocks()
553 m_Blocks.Add(iLineIndex); in ItemBlocks()
554 m_Blocks.Add(i - iLineIndex); in ItemBlocks()