Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp112 RetainPtr<CPDF_Dictionary> pMaskDict = ToDictionary(pObject); in ProcessExtGS() local
113 m_GeneralState.SetSoftMask(pMaskDict); in ProcessExtGS()
114 if (pMaskDict) in ProcessExtGS()
Dcpdf_image.cpp277 RetainPtr<CPDF_Dictionary> pMaskDict = in SetImage() local
279 pMaskDict->SetNewFor<CPDF_Name>("ColorSpace", "DeviceGray"); in SetImage()
280 pMaskDict->SetNewFor<CPDF_Number>("BitsPerComponent", 8); in SetImage()
288 pMaskDict->SetNewFor<CPDF_Number>( in SetImage()
291 std::move(mask_buf), std::move(pMaskDict)); in SetImage()