Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp114 CPDF_Dictionary* pShadingDict = m_pShadingObj ? m_pShadingObj->GetDict() : NULL; in Load() local
115 if (pShadingDict == NULL) { in Load()
125 CPDF_Object* pFunc = pShadingDict->GetElementValue(FX_BSTRC("Function")); in Load()
140 CPDF_Object* pCSObj = pShadingDict->GetElementValue(FX_BSTRC("ColorSpace")); in Load()
149 m_ShadingType = pShadingDict->GetInteger(FX_BSTRC("ShadingType")); in Load()