Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchTest.cpp22 BATCH_TEST_EXTERN(DIEllipseBatch);
39 BATCH_TEST_ENTRY(DIEllipseBatch),
DGrOvalRenderer.cpp1140 class DIEllipseBatch : public GrBatch { class
1156 return SkNEW_ARGS(DIEllipseBatch, (geometry, bounds)); in Create()
1252 DIEllipseBatch(const Geometry& geometry, const SkRect& bounds) { in DIEllipseBatch() function in DIEllipseBatch
1253 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