OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pShadingObj
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfapi/page/
cpdf_shadingpattern.cpp
40
m_pShadingObj
(pPatternObj),
46
m_pShadingObj
= pDict->GetDirectObjectFor("Shading");
70
m_pShadingObj
?
m_pShadingObj
->GetDict() : nullptr;
97
if (IsMeshShading() && !ToStream(
m_pShadingObj
))
cpdf_shadingpattern.h
56
CPDF_Object* GetShadingObject() const { return
m_pShadingObj
; }
65
CPDF_Object*
m_pShadingObj
;
Completed in 68 milliseconds