Searched refs:maskDevice (Results 1 – 2 of 2) sorted by relevance
273 void addSMaskGraphicState(sk_sp<SkPDFDevice> maskDevice, SkDynamicMemoryWStream*);
855 sk_sp<SkPDFDevice> maskDevice = this->makeCongruentDevice(); in internalDrawPathWithFilter() local857 SkCanvas canvas(maskDevice.get()); in internalDrawPathWithFilter()867 this->addSMaskGraphicState(std::move(maskDevice), content.stream()); in internalDrawPathWithFilter()873 void SkPDFDevice::addSMaskGraphicState(sk_sp<SkPDFDevice> maskDevice, in addSMaskGraphicState() argument876 maskDevice->makeFormXObjectFromDevice(), false, in addSMaskGraphicState()2337 sk_sp<SkPDFDevice> maskDevice = this->makeCongruentDevice(); in internalDrawImageRect() local2339 SkCanvas canvas(maskDevice.get()); in internalDrawImageRect()2353 this->addSMaskGraphicState(std::move(maskDevice), content.stream()); in internalDrawImageRect()