Home
last modified time | relevance | path

Searched refs:PropertiesDict (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp637 if (m_pParam && (m_ParamType == DirectDict || m_ParamType == PropertiesDict)) { in HasMCID()
653 … if (type == CPDF_ContentMarkItem::PropertiesDict || type == CPDF_ContentMarkItem::DirectDict) { in GetMCID()
669 item.SetParam(bDirect ? CPDF_ContentMarkItem::DirectDict : CPDF_ContentMarkItem::PropertiesDict, in AddMark()
702 if (item.GetParamType() == CPDF_ContentMarkItem::PropertiesDict || in LookupMark()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h343 PropertiesDict, enumerator
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp1412 …(item.GetName() == FX_BSTRC("OC") && item.GetParamType() == CPDF_ContentMarkItem::PropertiesDict) { in CheckObjectVisible()