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.cpp591 m_ParamType = None; in CPDF_ContentMarkItem()
595 m_ParamType = src.m_ParamType; in CPDF_ContentMarkItem()
596 if (m_ParamType == DirectDict) { in CPDF_ContentMarkItem()
603 if (m_ParamType == DirectDict && m_pParam) { in ~CPDF_ContentMarkItem()
609 (m_ParamType == DirectDict || m_ParamType == PropertiesDict)) { in HasMCID()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h278 inline ParamType GetParamType() const { return m_ParamType; } in GetParamType()
287 m_ParamType = type; in SetParam()
294 ParamType m_ParamType; variable