Searched refs:m_pParam (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp621 m_pParam = ((CPDF_Dictionary*)src.m_pParam)->Clone();
623 m_pParam = src.m_pParam;
629 ((CPDF_Dictionary*)m_pParam)->Release();
634 if (m_pParam && (m_ParamType == DirectDict || m_ParamType == PropertiesDict)) {
635 return ((CPDF_Dictionary *)m_pParam)->KeyExist(FX_BSTRC("MCID"));
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h366 return m_pParam;
379 m_pParam = param;
387 void* m_pParam; member in class:CPDF_ContentMarkItem

Completed in 34 milliseconds