Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DGrOvalOpFactory.cpp118 class CircleGeometryProcessor : public GrGeometryProcessor { class
124 return new (ptr) CircleGeometryProcessor(stroke, clipPlane, isectPlane, unionPlane, in Make()
147 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, in CircleGeometryProcessor() function in CircleGeometryProcessor
182 geomProc.cast<CircleGeometryProcessor>().fLocalMatrix, in setData()
188 const CircleGeometryProcessor& cgp = args.fGeomProc.cast<CircleGeometryProcessor>(); in onEmitCode()
304 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(CircleGeometryProcessor) in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() argument
307 GrGeometryProcessor* CircleGeometryProcessor::TestCreate(GrProcessorTestData* d) { in GR_DEFINE_GEOMETRY_PROCESSOR_TEST()
315 return CircleGeometryProcessor::Make(d->allocator(), stroke, clipPlane, isectPlane, in GR_DEFINE_GEOMETRY_PROCESSOR_TEST()
1308 GrGeometryProcessor* gp = CircleGeometryProcessor::Make(arena, !fAllFill, fClipPlane, in onCreateProgramInfo()
2717 GrGeometryProcessor* gp = CircleGeometryProcessor::Make(arena, !fAllFill, in onCreateProgramInfo()