Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.cpp16 int32_t FindGroup(const CPDF_Array* pArray, const CPDF_Dictionary* pGroupDict) { in FindGroup() argument
17 if (!pArray || !pGroupDict) in FindGroup()
21 if (pArray->GetDictAt(i) == pGroupDict) in FindGroup()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h179 const CPDF_Dictionary* pGroupDict,
Dcpdf_renderstatus.cpp1683 const CPDF_Dictionary* pGroupDict, in GetBackColor() argument
1692 pGroupDict ? pGroupDict->GetDictFor("Group") : nullptr; in GetBackColor()