Home
last modified time | relevance | path

Searched refs:PolyBoundsOp (Results 1 – 2 of 2) sorted by relevance

/external/skqp/gm/
Dconvexpolyeffect.cpp40 class PolyBoundsOp : public GrMeshDrawOp { class
49 return pool->allocate<PolyBoundsOp>(std::move(paint), rect); in Make()
68 PolyBoundsOp(GrPaint&& paint, const SkRect& rect) in PolyBoundsOp() function in skiagm::PolyBoundsOp
218 PolyBoundsOp::Make(context, std::move(grPaint), p.getBounds()); in onDraw()
257 std::unique_ptr<GrDrawOp> op = PolyBoundsOp::Make(context, std::move(grPaint), in onDraw()
/external/skia/gm/
Dconvexpolyeffect.cpp42 class PolyBoundsOp : public GrMeshDrawOp { class
51 return pool->allocate<PolyBoundsOp>(std::move(paint), rect); in Make()
72 PolyBoundsOp(GrPaint&& paint, const SkRect& rect) in PolyBoundsOp() function in skiagm::PolyBoundsOp
213 PolyBoundsOp::Make(context, std::move(grPaint), p.getBounds()); in onDraw()
252 std::unique_ptr<GrDrawOp> op = PolyBoundsOp::Make(context, std::move(grPaint), in onDraw()