Searched refs:AADistanceFieldPathBatch (Results 1 – 3 of 3) sorted by relevance
123 class AADistanceFieldPathBatch : public GrVertexBatch { class153 return new AADistanceFieldPathBatch(geometry, viewMatrix, atlas, pathCache, pathList); in Create()300 AADistanceFieldPathBatch(const Geometry& geometry, in AADistanceFieldPathBatch() function in AADistanceFieldPathBatch507 AADistanceFieldPathBatch* that = t->cast<AADistanceFieldPathBatch>(); in onCombineIfPossible()558 AADistanceFieldPathBatch::Geometry geometry(*args.fStroke); in onDrawPath()571 SkAutoTUnref<GrDrawBatch> batch(AADistanceFieldPathBatch::Create(geometry, in onDrawPath()625 DRAW_BATCH_TEST_DEFINE(AADistanceFieldPathBatch) { in DRAW_BATCH_TEST_DEFINE() argument642 AADistanceFieldPathBatch::Geometry geometry(GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE()648 return AADistanceFieldPathBatch::Create(geometry, viewMatrix, in DRAW_BATCH_TEST_DEFINE()
88 friend class AADistanceFieldPathBatch; variable
15 DRAW_BATCH_TEST_EXTERN(AADistanceFieldPathBatch);34 DRAW_BATCH_TEST_ENTRY(AADistanceFieldPathBatch),