Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp272 if (!m_pLoader) in GetLayoutHeight()
275 if (m_pLoader->lineHeights.empty() && m_pLoader->fWidth > 0) { in GetLayoutHeight()
276 CFX_SizeF szMax(m_pLoader->fWidth, m_pLoader->fHeight); in GetLayoutHeight()
277 m_pLoader->bSaveLineHeight = true; in GetLayoutHeight()
278 m_pLoader->fLastPos = 0; in GetLayoutHeight()
280 m_pLoader->bSaveLineHeight = false; in GetLayoutHeight()
284 float fHeight = m_pLoader->fHeight; in GetLayoutHeight()
287 for (float value : m_pLoader->lineHeights) in GetLayoutHeight()
294 if (!m_pLoader) in StartLayout()
295 m_pLoader = pdfium::MakeUnique<CXFA_LoaderContext>(); in StartLayout()
[all …]
Dcxfa_textlayout.h132 std::unique_ptr<CXFA_LoaderContext> m_pLoader; variable