/external/skia/src/gpu/ops/ |
D | GrDrawPathOp.h | 91 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in GrDrawPathOp()
|
D | GrOp.h | 274 void setTransformedBounds(const SkRect& srcBounds, const SkMatrix& m, in setTransformedBounds() function
|
D | GrRegionOp.cpp | 64 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in RegionOp()
|
D | GrDrawAtlasOp.cpp | 169 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in DrawAtlasOp()
|
D | GrAALinearizingConvexPathRenderer.cpp | 162 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in AAFlatteningConvexPathOp()
|
D | GrLatticeOp.cpp | 167 this->setTransformedBounds(patch.fDst, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAALatticeOp()
|
D | GrDrawVerticesOp.cpp | 188 this->setTransformedBounds(mesh.fVertices->bounds(), in DrawVerticesOp()
|
D | GrStrokeRectOp.cpp | 160 this->setTransformedBounds(bounds, fViewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAAStrokeRectOp()
|
D | GrAAConvexPathRenderer.cpp | 687 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in AAConvexPathOp()
|
D | GrSmallPathRenderer.cpp | 254 this->setTransformedBounds(shape.bounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in SmallPathOp()
|
D | GrAAHairLinePathRenderer.cpp | 818 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, in AAHairlineOp()
|
D | GrDashOp.cpp | 302 this->setTransformedBounds(bounds, combinedMatrix, aaBloat, zeroArea); in DashOp()
|
D | GrOvalOpFactory.cpp | 2062 this->setTransformedBounds(fEllipses[0].fBounds, viewMatrix, HasAABloat::kYes, in DIEllipseOp()
|
/external/skqp/src/gpu/ops/ |
D | GrDrawPathOp.h | 94 this->setTransformedBounds(path->getBounds(), viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in GrDrawPathOp()
|
D | GrOp.h | 274 void setTransformedBounds(const SkRect& srcBounds, const SkMatrix& m, in setTransformedBounds() function
|
D | GrRegionOp.cpp | 62 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in RegionOp()
|
D | GrDrawVerticesOp.cpp | 105 this->setTransformedBounds(bounds, in GrDrawVerticesOp() 110 this->setTransformedBounds(mesh.fVertices->bounds(), in GrDrawVerticesOp()
|
D | GrDrawAtlasOp.cpp | 109 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in GrDrawAtlasOp()
|
D | GrAALinearizingConvexPathRenderer.cpp | 162 this->setTransformedBounds(bounds, viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in AAFlatteningConvexPathOp()
|
D | GrLatticeOp.cpp | 167 this->setTransformedBounds(patch.fDst, viewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAALatticeOp()
|
D | GrStrokeRectOp.cpp | 159 this->setTransformedBounds(bounds, fViewMatrix, HasAABloat::kNo, IsZeroArea::kNo); in NonAAStrokeRectOp()
|
D | GrAAConvexPathRenderer.cpp | 688 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in AAConvexPathOp()
|
D | GrAAHairLinePathRenderer.cpp | 819 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes, in AAHairlineOp()
|
D | GrSmallPathRenderer.cpp | 253 this->setTransformedBounds(shape.bounds(), viewMatrix, HasAABloat::kYes, IsZeroArea::kNo); in SmallPathOp()
|
D | GrDashOp.cpp | 299 this->setTransformedBounds(bounds, combinedMatrix, aaBloat, zeroArea); in DashOp()
|