Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp617 m_ParamType = None; in CPDF_ContentMarkItem()
622 m_ParamType = src.m_ParamType; in CPDF_ContentMarkItem()
623 if (m_ParamType == DirectDict) { in CPDF_ContentMarkItem()
631 if (m_ParamType == DirectDict && m_pParam) { in ~CPDF_ContentMarkItem()
637 if (m_pParam && (m_ParamType == DirectDict || m_ParamType == PropertiesDict)) { in HasMCID()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h361 return m_ParamType; in GetParamType()
378 m_ParamType = type; in SetParam()
385 ParamType m_ParamType; variable