Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchTest.cpp23 BATCH_TEST_EXTERN(EllipseBatch);
40 BATCH_TEST_ENTRY(EllipseBatch),
DGrOvalRenderer.cpp869 class EllipseBatch : public GrBatch { class
883 return SkNEW_ARGS(EllipseBatch, (geometry)); in Create()
988 EllipseBatch(const Geometry& geometry) { in EllipseBatch() function in EllipseBatch
989 this->initClassID<EllipseBatch>(); in EllipseBatch()
996 EllipseBatch* that = t->cast<EllipseBatch>(); in onCombineIfPossible()
1107 EllipseBatch::Geometry geometry; in create_ellipse_batch()
1118 return EllipseBatch::Create(geometry); in create_ellipse_batch()
2068 BATCH_TEST_DEFINE(EllipseBatch) { in BATCH_TEST_DEFINE() argument