Home | History | Annotate | Download | only in core

Lines Matching refs:getLocalClipBounds

980     SkRect getLocalClipBounds() const;
991 bool getLocalClipBounds(SkRect* bounds) const {
992 *bounds = this->getLocalClipBounds();
999 Unlike getLocalClipBounds(), returned SkIRect is not outset.
1008 Unlike getLocalClipBounds(), bounds is not outset.