Home | History | Annotate | Download | only in core

Lines Matching full:clipbounds

709     const SkIRect&  clipBounds = this->getTotalClip().getBounds();
710 if (clipBounds.isEmpty()) {
720 if (!ir.intersect(clipBounds)) {
726 ir = clipBounds;