Home
last modified time | relevance | path

Searched defs:ContentParam (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h53 struct ContentParam { struct
56 ContentParam(); argument
59 Type m_Type;
60 std::unique_ptr<CPDF_Object> m_pObject;
61 struct {
67 } m_Number;
68 struct {
71 } m_Name;
Dcpdf_streamcontentparser.cpp1640 CPDF_StreamContentParser::ContentParam::ContentParam() {} in ContentParam() function in CPDF_StreamContentParser::ContentParam