Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DRegionOp.cpp63 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsHairline::kNo); in RegionOpImpl()
DGrOp.h287 void setTransformedBounds(const SkRect& srcBounds, const SkMatrix& m, in setTransformedBounds() function
DDrawAtlasOp.cpp186 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsHairline::kNo); in DrawAtlasOpImpl()
DAALinearizingConvexPathRenderer.cpp128 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kYes, IsHairline::kNo); in AAFlatteningConvexPathOp()
DLatticeOp.cpp171 this->setTransformedBounds(patch.fDst, viewMatrix, HasAABloat::kNo, IsHairline::kNo); in NonAALatticeOp()
DSmallPathRenderer.cpp76 this->setTransformedBounds(shape.bounds(), viewMatrix, HasAABloat::kYes, IsHairline::kNo); in SmallPathOp()
DDrawVerticesOp.cpp337 this->setTransformedBounds(mesh.fVertices->bounds(), in DrawVerticesOpImpl()
DAAConvexPathRenderer.cpp704 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, in AAConvexPathOp()
DStrokeRectOp.cpp158 this->setTransformedBounds(bounds, fViewMatrix, aaBloat, in NonAAStrokeRectOp()
DAAHairLinePathRenderer.cpp790 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, in AAHairlineOp()
DDashOp.cpp258 this->setTransformedBounds(bounds, combinedMatrix, aaBloat, zeroArea); in DashOpImpl()
DGrOvalOpFactory.cpp2212 this->setTransformedBounds(fEllipses[0].fBounds, viewMatrix, HasAABloat::kYes, in DIEllipseOp()