Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dcxfa_loadercontext.h35 CFX_ArrayTemplate<FX_FLOAT> m_lineHeights; variable
Dcxfa_textlayout.cpp255 int32_t iCount = m_pLoader->m_lineHeights.GetSize(); in GetLayoutHeight()
270 fHeight += m_pLoader->m_lineHeights.ElementAt(i); in GetLayoutHeight()
281 m_pLoader->m_lineHeights.RemoveAll(); in StartLayout()
344 int32_t iCount = m_pLoader->m_lineHeights.GetSize(); in DoLayout()
347 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i); in DoLayout()
520 int32_t iCountHeight = m_pLoader->m_lineHeights.GetSize(); in ItemBlocks()
543 FX_FLOAT fLineHeight = m_pLoader->m_lineHeights.ElementAt(i); in ItemBlocks()
1116 m_pLoader->m_lineHeights.Add(fHeight); in AppendTextLine()