Searched refs:m_ParamType (Results 1 – 2 of 2) sorted by relevance
617 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()
361 return m_ParamType; in GetParamType()378 m_ParamType = type; in SetParam()385 ParamType m_ParamType; variable