Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp983 int32_t iLineIndex = 0; in DoLayout() local
986 iLineIndex = m_Blocks.ElementAt(iBlockIndex * 2); in DoLayout()
988 iLineIndex = m_Blocks.ElementAt(iBlockCount - 1) + in DoLayout()
999 for (i = iLineIndex; i < iCount; i++) { in DoLayout()
1001 if ((i == iLineIndex) && (fLineHeight - fContentAreaHeight > 0.001)) { in DoLayout()
1007 m_Blocks.SetAt(iBlockIndex * 2, iLineIndex); in DoLayout()
1008 m_Blocks.SetAt(iBlockIndex * 2 + 1, i - iLineIndex); in DoLayout()
1010 m_Blocks.Add(iLineIndex); in DoLayout()
1011 m_Blocks.Add(i - iLineIndex); in DoLayout()
1013 if (i == iLineIndex) { in DoLayout()
[all …]