Lines Matching defs:bounds
524 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
598 SkRect bounds = path.getBounds();
600 SkScalar srcSpaceTol = GrPathUtils::scaleToleranceToSrc(tol, viewMatrix, bounds);
602 viewMatrix.mapRect(&bounds);
609 true, aaType, bounds, GrGetRandomStencil(random, context));
719 SkRect bounds;
722 // draw over the dev bounds (which will be the whole dst surface for inv fill).
723 bounds = devBounds;
727 vmi.mapRect(&bounds);
734 bounds = path.getBounds();
741 GrAA(aaType == GrAAType::kMSAA), viewM, bounds,