Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp329 int32_t iLineIndex = 0; in DoLayout() local
332 iLineIndex = m_Blocks[iBlockIndex * 2]; in DoLayout()
334 iLineIndex = m_Blocks[iBlockCount - 1] + m_Blocks[iBlockCount - 2]; in DoLayout()
344 for (i = iLineIndex; i < iCount; i++) { in DoLayout()
346 if (i == iLineIndex && fLineHeight - fContentAreaHeight > 0.001) in DoLayout()
351 m_Blocks[iBlockIndex * 2] = iLineIndex; in DoLayout()
352 m_Blocks[iBlockIndex * 2 + 1] = i - iLineIndex; in DoLayout()
354 m_Blocks.push_back(iLineIndex); in DoLayout()
355 m_Blocks.push_back(i - iLineIndex); in DoLayout()
357 if (i == iLineIndex) { in DoLayout()
[all …]