HomeSort by relevance Sort by last modified time
    Searched refs:m_pLoader (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 253 if (!m_pLoader)
256 if (m_pLoader->m_lineHeights.empty() && m_pLoader->m_fWidth > 0) {
257 CFX_SizeF szMax(m_pLoader->m_fWidth, m_pLoader->m_fHeight);
258 m_pLoader->m_bSaveLineHeight = true;
259 m_pLoader->m_fLastPos = 0;
261 m_pLoader->m_bSaveLineHeight = false;
265 float fHeight = m_pLoader->m_fHeight;
268 for (float value : m_pLoader->m_lineHeights
    [all...]
cxfa_textlayout.h 119 std::unique_ptr<CXFA_LoaderContext> m_pLoader;

Completed in 114 milliseconds