Searched refs:newBounds (Results 1 – 8 of 8) sorted by relevance
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | TypeVariableName.java | 69 ArrayList<TypeName> newBounds = new ArrayList<>(); in withBounds() local 70 newBounds.addAll(this.bounds); in withBounds() 71 newBounds.addAll(bounds); in withBounds() 72 return new TypeVariableName(name, newBounds, annotations); in withBounds()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | markermanager.js | 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;
|
/external/skia/src/core/ |
D | SkCanvasPriv.cpp | 22 SkRect newBounds = bounds; in SkAutoCanvasMatrixPaint() local 24 matrix->mapRect(&newBounds); in SkAutoCanvasMatrixPaint() 26 canvas->saveLayer(&newBounds, paint); in SkAutoCanvasMatrixPaint()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | BoundSet.java | 410 BoundSet newBounds = newConstraintsSet.reduce(typeSolver); in deriveImpliedBounds() local 411 if (newBounds.isEmpty()) { in deriveImpliedBounds() 414 return this.incorporate(newBounds, typeSolver); in deriveImpliedBounds() 660 BoundSet newBounds = BoundSet.empty(); in performResolution() local 696 newBounds = newBounds.withBound(new SameAsBound(alphaI, Ti)); in performResolution() 701 BoundSet incorporatedBoundSet = this.incorporate(newBounds, typeSolver); in performResolution()
|
/external/skia/tools/fonts/ |
D | RandomScalerContext.cpp | 92 const SkRect& newBounds = in generateMetrics() local 95 newBounds.roundOut(&ibounds); in generateMetrics()
|
D | TestSVGTypeface.cpp | 213 SkRect newBounds = SkRect::MakeXYWH(glyphData.fOrigin.fX, in generateMetrics() local 217 fMatrix.mapRect(&newBounds); in generateMetrics() 220 newBounds.offset(dx, dy); in generateMetrics() 223 newBounds.roundOut(&ibounds); in generateMetrics()
|
/external/skia/src/gpu/ganesh/ops/ |
D | GrOp.h | 279 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsHairline zeroArea) { in setBounds() argument 280 fBounds = newBounds; in setBounds()
|
D | FillRectOp.cpp | 416 SkRect newBounds = this->bounds(); in addQuad() local 417 newBounds.joinPossiblyEmptyRect(quad->fDevice.bounds()); in addQuad() 437 this->setBounds(newBounds, HasAABloat(fHelper.aaType() == GrAAType::kCoverage), in addQuad()
|