Searched refs:newBounds (Results 1 – 5 of 5) sorted by relevance
721 var newBounds = this.getMapGridBounds_();725 if (newBounds.equals(this.shownBounds_) && newBounds.z === this.shownBounds_.z) {729 if (newBounds.z !== this.shownBounds_.z) {732 this.processAll_(newBounds, this.addOverlay_);736 this.rectangleDiff_(this.shownBounds_, newBounds, this.removeCellMarkers_);740 this.rectangleDiff_(newBounds, this.shownBounds_, this.addCellMarkers_);743 this.shownBounds_ = newBounds;
107 void setBounds(const SkRect& newBounds) { fBounds = newBounds; } in setBounds() argument
103 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local107 newBounds.roundOut(&ibounds); in generateMetrics()
237 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local241 newBounds.roundOut(&ibounds); in generateMetrics()
2680 SkRect newBounds = bounds; in SkAutoCanvasMatrixPaint() local2682 matrix->mapRect(&newBounds); in SkAutoCanvasMatrixPaint()2684 canvas->saveLayer(&newBounds, paint); in SkAutoCanvasMatrixPaint()