Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_ocg.cpp8 static FX_INT32 FPDFDOC_OCG_FindGroup(const CPDF_Object *pObject, const CPDF_Dictionary *pGroupDict) in FPDFDOC_OCG_FindGroup() argument
10 if (pObject == NULL || pGroupDict == NULL) { in FPDFDOC_OCG_FindGroup()
17 if (((CPDF_Array*)pObject)->GetDict(i) == pGroupDict) { in FPDFDOC_OCG_FindGroup()
23 if (pObject->GetDict() == pGroupDict) { in FPDFDOC_OCG_FindGroup()