Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h310 int GetMCID() const;
323 int GetMCID() const { return m_pObject ? m_pObject->GetMCID() : -1; } in GetMCID() function
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp619 int CPDF_ContentMarkData::GetMCID() const { in GetMCID() function in CPDF_ContentMarkData