Searched refs:pMaskDict (Results 1 – 2 of 2) sorted by relevance
112 RetainPtr<CPDF_Dictionary> pMaskDict = ToDictionary(pObject); in ProcessExtGS() local113 m_GeneralState.SetSoftMask(pMaskDict); in ProcessExtGS()114 if (pMaskDict) in ProcessExtGS()
277 RetainPtr<CPDF_Dictionary> pMaskDict = in SetImage() local279 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()