Home
last modified time | relevance | path

Searched refs:pParsedSet (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_form.cpp58 std::set<const uint8_t*>* pParsedSet) { in ParseContent() argument
59 ParseContentInternal(pGraphicStates, pParentMatrix, nullptr, pParsedSet); in ParseContent()
69 std::set<const uint8_t*>* pParsedSet) { in ParseContentInternal() argument
74 if (!pParsedSet) { in ParseContentInternal()
77 pParsedSet = m_ParsedSet.get(); in ParseContentInternal()
80 this, pGraphicStates, pParentMatrix, pType3Char, pParsedSet)); in ParseContentInternal()
Dcpdf_form.h52 std::set<const uint8_t*>* pParsedSet);
60 std::set<const uint8_t*>* pParsedSet);
Dcpdf_contentparser.h36 std::set<const uint8_t*>* pParsedSet);
Dcpdf_contentparser.cpp57 std::set<const uint8_t*>* pParsedSet) in CPDF_ContentParser() argument
86 pGraphicStates, pParsedSet); in CPDF_ContentParser()
Dcpdf_streamcontentparser.h47 std::set<const uint8_t*>* pParsedSet);
Dcpdf_streamcontentparser.cpp259 std::set<const uint8_t*>* pParsedSet) in CPDF_StreamContentParser() argument
267 m_ParsedSet(pParsedSet), in CPDF_StreamContentParser()