Lines Matching refs:m_BlocksHeight
338 if (!m_pLoader->m_BlocksHeight.empty()) { in DoLayout()
340 fLinePos -= m_pLoader->m_BlocksHeight[i * 2 + 1]; in DoLayout()
362 if (pdfium::CollectionSize<int32_t>(m_pLoader->m_BlocksHeight) > in DoLayout()
364 (m_pLoader->m_BlocksHeight[iBlockIndex * 2] == iBlockIndex)) { in DoLayout()
365 m_pLoader->m_BlocksHeight[iBlockIndex * 2 + 1] = fCalcHeight; in DoLayout()
367 m_pLoader->m_BlocksHeight.push_back((FX_FLOAT)iBlockIndex); in DoLayout()
368 m_pLoader->m_BlocksHeight.push_back(fCalcHeight); in DoLayout()
441 pdfium::CollectionSize<int32_t>(m_pLoader->m_BlocksHeight); in Layout()
450 fLinePos -= m_pLoader->m_BlocksHeight[i * 2 + 1]; in Layout()
530 pdfium::CollectionSize<int32_t>(m_pLoader->m_BlocksHeight); in ItemBlocks()
534 fLinePos -= m_pLoader->m_BlocksHeight[i * 2 + 1]; in ItemBlocks()