Searched refs:DefaultPathBatch (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/batches/ |
D | GrDefaultPathRenderer.cpp | 213 class DefaultPathBatch : public GrVertexBatch { class 226 return new DefaultPathBatch(geometry, coverage, viewMatrix, isHairline, devBounds); in Create() 381 DefaultPathBatch(const Geometry& geometry, uint8_t coverage, const SkMatrix& viewMatrix, in DefaultPathBatch() function in DefaultPathBatch 399 DefaultPathBatch* that = t->cast<DefaultPathBatch>(); in onCombineIfPossible() 709 DefaultPathBatch::Geometry geometry; in internalDrawPath() 714 SkAutoTUnref<GrDrawBatch> batch(DefaultPathBatch::Create(geometry, newCoverage, in internalDrawPath() 754 DRAW_BATCH_TEST_DEFINE(DefaultPathBatch) { in DRAW_BATCH_TEST_DEFINE() argument 768 DefaultPathBatch::Geometry geometry; in DRAW_BATCH_TEST_DEFINE() 775 return DefaultPathBatch::Create(geometry, coverage, viewMatrix, true, bounds); in DRAW_BATCH_TEST_DEFINE()
|
/external/skia/src/gpu/ |
D | GrBatchTest.cpp | 21 DRAW_BATCH_TEST_EXTERN(DefaultPathBatch); 40 DRAW_BATCH_TEST_ENTRY(DefaultPathBatch),
|