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

  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 265 m_pCurStates(new CPDF_AllStates),
288 m_pCurStates->Copy(*pStates);
290 m_pCurStates->m_GeneralState.Emplace();
291 m_pCurStates->m_GraphState.Emplace();
292 m_pCurStates->m_TextState.Emplace();
293 m_pCurStates->m_ColorState.Emplace();
441 pObj->m_GeneralState = m_pCurStates->m_GeneralState;
442 pObj->m_ClipPath = m_pCurStates->m_ClipPath;
445 pObj->m_ColorState = m_pCurStates->m_ColorState;
448 pObj->m_GraphState = m_pCurStates->m_GraphState
    [all...]
cpdf_streamcontentparser.h 47 CPDF_AllStates* GetCurStates() const { return m_pCurStates.get(); }
202 std::unique_ptr<CPDF_AllStates> m_pCurStates;

Completed in 112 milliseconds