Searched refs:newBounds (Results 1 – 6 of 6) 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;
123 void setBounds(const SkRect& newBounds) { fBounds = newBounds; } in setBounds() argument
91 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local95 newBounds.roundOut(&ibounds); in generateMetrics()
101 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local105 newBounds.roundOut(&ibounds); in generateMetrics()
229 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local233 newBounds.roundOut(&ibounds); in generateMetrics()
2994 SkRect newBounds = bounds; in SkAutoCanvasMatrixPaint() local2996 matrix->mapRect(&newBounds); in SkAutoCanvasMatrixPaint()2998 canvas->saveLayer(&newBounds, paint); in SkAutoCanvasMatrixPaint()