Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp115 m_infoStack.push_back(pdfium::MakeUnique<TInfo>(m_info)); in SaveGraphState()
123 if (m_infoStack.empty() || !m_infoStack.back()) in RestoreGraphState()
126 m_info = *m_infoStack.back(); in RestoreGraphState()
127 m_infoStack.pop_back(); in RestoreGraphState()
Dcxfa_graphics.h94 std::vector<std::unique_ptr<TInfo>> m_infoStack; variable