Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp1099 int32_t iBlocksHeightCount = m_pLoader->m_BlocksHeight.GetSize(); in Layout() local
1100 iBlocksHeightCount /= 2; in Layout()
1101 if (iBlock < iBlocksHeightCount) { in Layout()
1104 if (iBlock == iBlocksHeightCount) { in Layout()
1108 for (int32_t i = 0; i < iBlocksHeightCount; i++) { in Layout()