Searched refs:dstMaskBounds (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.cpp | 494 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/ |
D | SkPDFDevice.cpp | 518 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()
|