Home
last modified time | relevance | path

Searched refs:setTransformedBounds (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/gpu/ops/
DGrDrawPathOp.h91 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in GrDrawPathOp()
DGrOp.h274 void setTransformedBounds(const SkRect& srcBounds, const SkMatrix& m, in setTransformedBounds() function
DGrRegionOp.cpp64 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in RegionOp()
DGrDrawAtlasOp.cpp169 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in DrawAtlasOp()
DGrAALinearizingConvexPathRenderer.cpp162 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in AAFlatteningConvexPathOp()
DGrLatticeOp.cpp167 this->setTransformedBounds(patch.fDst, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAALatticeOp()
DGrDrawVerticesOp.cpp188 this->setTransformedBounds(mesh.fVertices->bounds(), in DrawVerticesOp()
DGrStrokeRectOp.cpp160 this->setTransformedBounds(bounds, fViewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAAStrokeRectOp()
DGrAAConvexPathRenderer.cpp687 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in AAConvexPathOp()
DGrSmallPathRenderer.cpp254 this->setTransformedBounds(shape.bounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in SmallPathOp()
DGrAAHairLinePathRenderer.cpp818 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, in AAHairlineOp()
DGrDashOp.cpp302 this->setTransformedBounds(bounds, combinedMatrix, aaBloat, zeroArea); in DashOp()
DGrOvalOpFactory.cpp2062 this->setTransformedBounds(fEllipses[0].fBounds, viewMatrix, HasAABloat::kYes, in DIEllipseOp()
/external/skqp/src/gpu/ops/
DGrDrawPathOp.h94 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in GrDrawPathOp()
DGrOp.h274 void setTransformedBounds(const SkRect& srcBounds, const SkMatrix& m, in setTransformedBounds() function
DGrRegionOp.cpp62 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in RegionOp()
DGrDrawVerticesOp.cpp105 this->setTransformedBounds(bounds, in GrDrawVerticesOp()
110 this->setTransformedBounds(mesh.fVertices->bounds(), in GrDrawVerticesOp()
DGrDrawAtlasOp.cpp109 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in GrDrawAtlasOp()
DGrAALinearizingConvexPathRenderer.cpp162 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in AAFlatteningConvexPathOp()
DGrLatticeOp.cpp167 this->setTransformedBounds(patch.fDst, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAALatticeOp()
DGrStrokeRectOp.cpp159 this->setTransformedBounds(bounds, fViewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAAStrokeRectOp()
DGrAAConvexPathRenderer.cpp688 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in AAConvexPathOp()
DGrAAHairLinePathRenderer.cpp819 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, in AAHairlineOp()
DGrSmallPathRenderer.cpp253 this->setTransformedBounds(shape.bounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in SmallPathOp()
DGrDashOp.cpp299 this->setTransformedBounds(bounds, combinedMatrix, aaBloat, zeroArea); in DashOp()

12