Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/
DGrBatch.h107 void setBounds(const SkRect& newBounds) { fBounds = newBounds; } in setBounds() argument
/external/skia/src/fonts/
DSkGScalerContext.cpp103 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local
107 newBounds.roundOut(&ibounds); in generateMetrics()
DSkTestScalerContext.cpp237 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(), in generateMetrics() local
241 newBounds.roundOut(&ibounds); in generateMetrics()
/external/skia/src/core/
DSkCanvas.cpp2680 SkRect newBounds = bounds; in SkAutoCanvasMatrixPaint() local
2682 matrix->mapRect(&newBounds); in SkAutoCanvasMatrixPaint()
2684 canvas->saveLayer(&newBounds, paint); in SkAutoCanvasMatrixPaint()