Searched refs:DIEllipseBatch (Results 1 – 2 of 2) sorted by relevance
22 BATCH_TEST_EXTERN(DIEllipseBatch);39 BATCH_TEST_ENTRY(DIEllipseBatch),
1140 class DIEllipseBatch : public GrBatch { class1156 return SkNEW_ARGS(DIEllipseBatch, (geometry, bounds)); in Create()1252 DIEllipseBatch(const Geometry& geometry, const SkRect& bounds) { in DIEllipseBatch() function in DIEllipseBatch1253 this->initClassID<DIEllipseBatch>(); in DIEllipseBatch()1260 DIEllipseBatch* that = t->cast<DIEllipseBatch>(); in onCombineIfPossible()1358 DIEllipseBatch::Geometry geometry; in create_diellipse_batch()1373 return DIEllipseBatch::Create(geometry, devBounds); in create_diellipse_batch()2076 BATCH_TEST_DEFINE(DIEllipseBatch) { in BATCH_TEST_DEFINE() argument