Searched refs:m_BlocksHeight (Results 1 – 2 of 2) sorted by relevance
336 if (!m_pLoader->m_BlocksHeight.empty()) { in DoLayout()338 fLinePos -= m_pLoader->m_BlocksHeight[i * 2 + 1]; in DoLayout()359 if (pdfium::CollectionSize<int32_t>(m_pLoader->m_BlocksHeight) > in DoLayout()361 (m_pLoader->m_BlocksHeight[iBlockIndex * 2] == iBlockIndex)) { in DoLayout()362 m_pLoader->m_BlocksHeight[iBlockIndex * 2 + 1] = fCalcHeight; in DoLayout()364 m_pLoader->m_BlocksHeight.push_back((float)iBlockIndex); in DoLayout()365 m_pLoader->m_BlocksHeight.push_back(fCalcHeight); in DoLayout()432 pdfium::CollectionSize<int32_t>(m_pLoader->m_BlocksHeight); in Layout()441 fLinePos -= m_pLoader->m_BlocksHeight[i * 2 + 1]; in Layout()522 pdfium::CollectionSize<int32_t>(m_pLoader->m_BlocksHeight); in ItemBlocks()[all …]
36 std::vector<float> m_BlocksHeight; variable