Home
last modified time | relevance | path

Searched refs:maskDevice (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp522 sk_sp<SkPDFDevice> maskDevice = this->makeCongruentDevice(); in internalDrawPathWithFilter() local
524 SkCanvas canvas(maskDevice); in internalDrawPathWithFilter()
535 maskDevice->makeFormXObjectFromDevice(dstMaskBounds, true), false, in internalDrawPathWithFilter()
1522 sk_sp<SkPDFDevice> maskDevice = this->makeCongruentDevice(); in internalDrawImageRect() local
1524 SkCanvas canvas(maskDevice); in internalDrawImageRect()
1542 SkIRect maskDeviceBounds = maskDevice->cs().bounds(maskDevice->bounds()).roundOut(); in internalDrawImageRect()
1551 maskDevice->makeFormXObjectFromDevice(maskDeviceBounds, true), false, in internalDrawImageRect()

Completed in 4 milliseconds