Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkCanvas.h2306 SkIRect internal_private_getTopLayerBounds() const { return getTopLayerBounds(); } in internal_private_getTopLayerBounds()
2588 SkIRect getTopLayerBounds() const;
/external/skqp/src/core/
DSkCanvas.cpp695 SkIRect SkCanvas::getTopLayerBounds() const { in getTopLayerBounds() function in SkCanvas
1402 fMCRec->fRasterClip.opRect(rect, fMCRec->fMatrix, this->getTopLayerBounds(), (SkRegion::Op)op, in onClipRect()
1439 fMCRec->fRasterClip.opRRect(rrect, fMCRec->fMatrix, this->getTopLayerBounds(), (SkRegion::Op)op, in onClipRRect()
1478 fMCRec->fRasterClip.opPath(*rasterClipPath, *matrix, this->getTopLayerBounds(), in onClipPath()