Home
last modified time | relevance | path

Searched refs:m_ParamType (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_contentmarkitem.cpp14 : m_ParamType(None), m_pPropertiesDict(nullptr) {} in CPDF_ContentMarkItem()
18 m_ParamType(that.m_ParamType), in CPDF_ContentMarkItem()
27 switch (m_ParamType) { in GetParam()
45 m_ParamType = DirectDict; in SetDirectDict()
50 m_ParamType = PropertiesDict; in SetPropertiesDict()
Dcpdf_contentmarkitem.h29 ParamType GetParamType() const { return m_ParamType; } in GetParamType()
39 ParamType m_ParamType; variable