Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp851 SkIRect dstMaskBounds = dstMask.fBounds; in internalDrawPathWithFilter() local
858 canvas.drawImage(mask, dstMaskBounds.x(), dstMaskBounds.y()); in internalDrawPathWithFilter()
868 SkPDFUtils::AppendRectangle(SkRect::Make(dstMaskBounds), content.stream()); in internalDrawPathWithFilter()