Home
last modified time | relevance | path

Searched refs:newBounds (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkCanvasPriv.cpp22 SkRect newBounds = bounds; in SkAutoCanvasMatrixPaint() local
24 matrix->mapRect(&newBounds); in SkAutoCanvasMatrixPaint()
26 canvas->saveLayer(&newBounds, paint); in SkAutoCanvasMatrixPaint()
H A DSkImageFilterTypes.cpp143 FilterResult FilterResult::resolveToBounds(const LayerSpace<SkIRect>& newBounds) const { in resolveToBounds()
145 // to 'newBounds' will be decal tiled and that the current image is decal tiled. Because of this in resolveToBounds()
147 // intersection of 'newBounds' and 'layerBounds()' so no rendering/copying is needed. in resolveToBounds()
148 LayerSpace<SkIRect> tightBounds = newBounds; in resolveToBounds()
H A DSkImageFilterTypes.h538 // Produce a new FilterResult that can correctly cover 'newBounds' when it's drawn with its
541 // 'newTileMode' that applies at the 'newBounds' geometry is incompatible with the current
545 FilterResult resolveToBounds(const LayerSpace<SkIRect>& newBounds) const;
/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp77 const SkRect& newBounds = in generateMetrics() local
80 newBounds.roundOut(&ibounds); in generateMetrics()
H A DTestSVGTypeface.cpp208 SkRect newBounds = SkRect::MakeXYWH(glyphData.fOrigin.fX, variable
212 fMatrix.mapRect(&newBounds);
215 newBounds.offset(dx, dy);
218 newBounds.roundOut(&ibounds);
/third_party/skia/src/gpu/ops/
H A DGrOp.h283 void setBounds(const SkRect& newBounds, HasAABloat aabloat, IsHairline zeroArea) { in setBounds() argument
284 fBounds = newBounds; in setBounds()
H A DFillRectOp.cpp416 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()

Completed in 9 milliseconds