Searched refs:blockHeights (Results 1 – 2 of 2) sorted by relevance
358 i < std::min(szBlockIndex, m_pLoader->blockHeights.size()); ++i) { in DoSplitLayout()359 fLinePos -= m_pLoader->blockHeights[i].fHeight; in DoSplitLayout()387 if (szBlockIndex < m_pLoader->blockHeights.size() && in DoSplitLayout()388 m_pLoader->blockHeights[szBlockIndex].szBlockIndex == szBlockIndex) { in DoSplitLayout()389 m_pLoader->blockHeights[szBlockIndex].fHeight = fCalcHeight; in DoSplitLayout()391 m_pLoader->blockHeights.push_back({szBlockIndex, fCalcHeight}); in DoSplitLayout()461 if (szBlockIndex < m_pLoader->blockHeights.size()) in LayoutInternal()463 if (szBlockIndex == m_pLoader->blockHeights.size()) { in LayoutInternal()467 for (size_t i = 0; i < m_pLoader->blockHeights.size(); ++i) in LayoutInternal()468 fLinePos -= m_pLoader->blockHeights[i].fHeight; in LayoutInternal()[all …]
42 std::vector<CXFA_BlockHeight> blockHeights; member