Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_loadercontext.h35 std::vector<float> m_lineHeights; variable
Dcxfa_textlayout.cpp256 if (m_pLoader->m_lineHeights.empty() && m_pLoader->m_fWidth > 0) { in GetLayoutHeight()
268 for (float value : m_pLoader->m_lineHeights) in GetLayoutHeight()
280 m_pLoader->m_lineHeights.clear(); in StartLayout()
342 int32_t iCount = pdfium::CollectionSize<int32_t>(m_pLoader->m_lineHeights); in DoLayout()
345 float fLineHeight = m_pLoader->m_lineHeights[i]; in DoLayout()
512 pdfium::CollectionSize<int32_t>(m_pLoader->m_lineHeights); in ItemBlocks()
535 float fLineHeight = m_pLoader->m_lineHeights[i]; in ItemBlocks()
1097 m_pLoader->m_lineHeights.push_back(fHeight); in AppendTextLine()