Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h61 struct ContentParam { struct
64 ContentParam(); argument
67 Type m_Type;
68 std::unique_ptr<CPDF_Object> m_pObject;
69 struct {
75 } m_Number;
76 struct {
79 } m_Name;
Dcpdf_streamcontentparser.cpp1645 CPDF_StreamContentParser::ContentParam::ContentParam() {} in ContentParam() function in CPDF_StreamContentParser::ContentParam