Home
last modified time | relevance | path

Searched refs:MakeOvalOp (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.h37 static GrOp::Owner MakeOvalOp(GrRecordingContext*,
DGrOvalOpFactory.cpp3291 return MakeOvalOp(context, std::move(paint), viewMatrix, rrect.getBounds(), in MakeRRectOp()
3327 return MakeOvalOp(context, std::move(paint), viewMatrix, oval, in MakeCircleOp()
3346 GrOp::Owner GrOvalOpFactory::MakeOvalOp(GrRecordingContext* context, in MakeOvalOp() function in GrOvalOpFactory
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1412 op = GrOvalOpFactory::MakeOvalOp(fContext, std::move(paint), viewMatrix, oval, style, in drawOval()