Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingpattern.cpp70 CPDF_Dictionary* pShadingDict = in Load() local
72 if (!pShadingDict) in Load()
76 CPDF_Object* pFunc = pShadingDict->GetDirectObjectFor("Function"); in Load()
86 CPDF_Object* pCSObj = pShadingDict->GetDirectObjectFor("ColorSpace"); in Load()
100 m_ShadingType = ToShadingType(pShadingDict->GetIntegerFor("ShadingType")); in Load()