Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp494 SkIRect dstMaskBounds = dstMask.fBounds; in internalDrawPathWithFilter() local
501 canvas.drawImage(mask, dstMaskBounds.x(), dstMaskBounds.y()); in internalDrawPathWithFilter()
511 maskDevice->makeFormXObjectFromDevice(dstMaskBounds, true), false, in internalDrawPathWithFilter()
513 SkPDFUtils::AppendRectangle(SkRect::Make(dstMaskBounds), content.stream()); in internalDrawPathWithFilter()
/third_party/skia/src/pdf/
DSkPDFDevice.cpp518 SkIRect dstMaskBounds = dstMask.fBounds; in internalDrawPathWithFilter() local
525 canvas.drawImage(mask, dstMaskBounds.x(), dstMaskBounds.y()); in internalDrawPathWithFilter()
535 maskDevice->makeFormXObjectFromDevice(dstMaskBounds, true), false, in internalDrawPathWithFilter()
537 SkPDFUtils::AppendRectangle(SkRect::Make(dstMaskBounds), content.stream()); in internalDrawPathWithFilter()