Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h67 struct ContentParam { struct
70 ContentParam(); argument
73 Type m_Type;
74 FX_Number m_Number;
75 ByteString m_Name;
76 RetainPtr<CPDF_Object> m_pObject;
Dcpdf_streamcontentparser.cpp1642 CPDF_StreamContentParser::ContentParam::ContentParam() {} in ContentParam() function in CPDF_StreamContentParser::ContentParam