Searched refs:DIEllipseGeometryProcessor (Results 1 – 1 of 1) sorted by relevance
381 class DIEllipseGeometryProcessor : public GrGeometryProcessor { class383 DIEllipseGeometryProcessor(const SkMatrix& viewMatrix, DIEllipseStyle style) in DIEllipseGeometryProcessor() function in DIEllipseGeometryProcessor385 this->initClassID<DIEllipseGeometryProcessor>(); in DIEllipseGeometryProcessor()394 ~DIEllipseGeometryProcessor() override {} in ~DIEllipseGeometryProcessor()412 const DIEllipseGeometryProcessor& diegp = args.fGP.cast<DIEllipseGeometryProcessor>(); in onEmitCode()489 const DIEllipseGeometryProcessor& diegp = gp.cast<DIEllipseGeometryProcessor>(); in GenKey()497 const DIEllipseGeometryProcessor& diegp = gp.cast<DIEllipseGeometryProcessor>(); in setData()527 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(DIEllipseGeometryProcessor);530 sk_sp<GrGeometryProcessor> DIEllipseGeometryProcessor::TestCreate(GrProcessorTestData* d) { in TestCreate()531 return sk_sp<GrGeometryProcessor>(new DIEllipseGeometryProcessor( in TestCreate()[all …]