Home
last modified time | relevance | path

Searched refs:newBounds (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js721 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;
/external/skia/src/gpu/batches/
DGrBatch.h123 void setBounds(const SkRect& newBounds) { fBounds = newBounds; } in setBounds() argument
/external/skia/src/fonts/
DSkRandomScalerContext.cpp91 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local
95 newBounds.roundOut(&ibounds); in generateMetrics()
DSkGScalerContext.cpp101 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local
105 newBounds.roundOut(&ibounds); in generateMetrics()
DSkTestScalerContext.cpp229 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local
233 newBounds.roundOut(&ibounds); in generateMetrics()
/external/skia/src/core/
DSkCanvas.cpp2994 SkRect newBounds = bounds; in SkAutoCanvasMatrixPaint() local
2996 matrix->mapRect(&newBounds); in SkAutoCanvasMatrixPaint()
2998 canvas->saveLayer(&newBounds, paint); in SkAutoCanvasMatrixPaint()