Home
last modified time | relevance | path

Searched refs:AADistanceFieldPathBatch (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.cpp123 class AADistanceFieldPathBatch : public GrVertexBatch { class
153 return new AADistanceFieldPathBatch(geometry, viewMatrix, atlas, pathCache, pathList); in Create()
300 AADistanceFieldPathBatch(const Geometry& geometry, in AADistanceFieldPathBatch() function in AADistanceFieldPathBatch
507 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() argument
642 AADistanceFieldPathBatch::Geometry geometry(GrTest::TestStrokeRec(random)); in DRAW_BATCH_TEST_DEFINE()
648 return AADistanceFieldPathBatch::Create(geometry, viewMatrix, in DRAW_BATCH_TEST_DEFINE()
DGrAADistanceFieldPathRenderer.h88 friend class AADistanceFieldPathBatch; variable
/external/skia/src/gpu/
DGrBatchTest.cpp15 DRAW_BATCH_TEST_EXTERN(AADistanceFieldPathBatch);
34 DRAW_BATCH_TEST_ENTRY(AADistanceFieldPathBatch),