Searched refs:DIEllipseGeometryProcessor (Results 1 – 1 of 1) sorted by relevance
406 class DIEllipseGeometryProcessor : public GrGeometryProcessor { class408 DIEllipseGeometryProcessor(const SkMatrix& viewMatrix, DIEllipseStyle style) in DIEllipseGeometryProcessor() function in DIEllipseGeometryProcessor410 this->initClassID<DIEllipseGeometryProcessor>(); in DIEllipseGeometryProcessor()419 ~DIEllipseGeometryProcessor() override {} in ~DIEllipseGeometryProcessor()437 const DIEllipseGeometryProcessor& diegp = args.fGP.cast<DIEllipseGeometryProcessor>(); in onEmitCode()514 const DIEllipseGeometryProcessor& diegp = gp.cast<DIEllipseGeometryProcessor>(); in GenKey()522 const DIEllipseGeometryProcessor& diegp = gp.cast<DIEllipseGeometryProcessor>(); in setData()552 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(DIEllipseGeometryProcessor);555 sk_sp<GrGeometryProcessor> DIEllipseGeometryProcessor::TestCreate(GrProcessorTestData* d) { in TestCreate()556 return sk_sp<GrGeometryProcessor>(new DIEllipseGeometryProcessor( in TestCreate()[all …]