Home
last modified time | relevance | path

Searched refs:CPDF_AllStates (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp23 CPDF_AllStates::CPDF_AllStates() = default;
25 CPDF_AllStates::~CPDF_AllStates() = default;
27 void CPDF_AllStates::Copy(const CPDF_AllStates& src) { in Copy()
39 void CPDF_AllStates::SetLineDash(const CPDF_Array* pArray, in SetLineDash()
46 void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS, in ProcessExtGS()
Dcpdf_allstates.h18 class CPDF_AllStates final : public CPDF_GraphicStates {
20 CPDF_AllStates();
21 ~CPDF_AllStates() override;
23 void Copy(const CPDF_AllStates& src);
Dcpdf_form.h18 class CPDF_AllStates; variable
50 void ParseContent(const CPDF_AllStates* pGraphicStates,
57 void ParseContentInternal(const CPDF_AllStates* pGraphicStates,
Dcpdf_contentparser.h19 class CPDF_AllStates; variable
33 const CPDF_AllStates* pGraphicStates,
39 const CPDF_AllStates* GetCurStates() const { in GetCurStates()
Dcpdf_streamcontentparser.h22 class CPDF_AllStates; variable
46 const CPDF_AllStates* pStates,
58 CPDF_AllStates* GetCurStates() const { return m_pCurStates.get(); } in GetCurStates()
216 std::unique_ptr<CPDF_AllStates> m_pCurStates;
230 std::vector<std::unique_ptr<CPDF_AllStates>> m_StateStack;
Dcpdf_form.cpp56 void CPDF_Form::ParseContent(const CPDF_AllStates* pGraphicStates, in ParseContent()
66 void CPDF_Form::ParseContentInternal(const CPDF_AllStates* pGraphicStates, in ParseContentInternal()
Dcpdf_tilingpattern.cpp45 CPDF_AllStates allStates; in Load()
Dcpdf_streamcontentparser.cpp258 const CPDF_AllStates* pStates, in CPDF_StreamContentParser()
269 m_pCurStates(pdfium::MakeUnique<CPDF_AllStates>()) { in CPDF_StreamContentParser()
767 CPDF_AllStates status; in AddForm()
977 auto pStates = pdfium::MakeUnique<CPDF_AllStates>(); in Handle_SaveGraphState()
985 std::unique_ptr<CPDF_AllStates> pStates = std::move(m_StateStack.back()); in Handle_RestoreGraphState()
Dcpdf_contentparser.cpp54 const CPDF_AllStates* pGraphicStates, in CPDF_ContentParser()