Searched refs:DIEllipseGeometryProcessor (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ganesh/ops/ |
D | GrOvalOpFactory.cpp | 727 class DIEllipseGeometryProcessor : public GrGeometryProcessor { class 732 return new (ptr) DIEllipseGeometryProcessor(wideColor, useScale, viewMatrix, style); in Make() 736 ~DIEllipseGeometryProcessor() override {} in ~DIEllipseGeometryProcessor() 752 DIEllipseGeometryProcessor(bool wideColor, bool useScale, const SkMatrix& viewMatrix, in DIEllipseGeometryProcessor() function in DIEllipseGeometryProcessor 776 const auto& diegp = geomProc.cast<DIEllipseGeometryProcessor>(); in setData() 783 const auto& diegp = args.fGeomProc.cast<DIEllipseGeometryProcessor>(); in onEmitCode() 892 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(DIEllipseGeometryProcessor) in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() argument 895 GrGeometryProcessor* DIEllipseGeometryProcessor::TestCreate(GrProcessorTestData* d) { in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() 900 return DIEllipseGeometryProcessor::Make(d->allocator(), wideColor, useScale, matrix, style); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() 2254 GrGeometryProcessor* gp = DIEllipseGeometryProcessor::Make(arena, fWideColor, fUseScale, in onCreateProgramInfo()
|