Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.h46 RetainPtr<CPDF_Dictionary> GetMutableSoftMask();
Dcpdf_generalstate.cpp158 RetainPtr<CPDF_Dictionary> CPDF_GeneralState::GetMutableSoftMask() { in GetMutableSoftMask() function in CPDF_GeneralState
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp609 pPageObj->mutable_general_state().GetMutableSoftMask(); in ProcessTransparency()