Searched refs:pathRendering (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrResourceProvider.cpp75 SkASSERT(this->gpu()->pathRendering());
76 return this->gpu()->pathRendering()->createPath(path, stroke);
81 SkASSERT(this->gpu()->pathRendering());
82 return this->gpu()->pathRendering()->createPathRange(gen, stroke);
88 SkASSERT(this->gpu()->pathRendering());
89 return this->gpu()->pathRendering()->createGlyphs(tf, desc, stroke);
H A DGrGpu.h61 GrPathRendering* pathRendering() { return fPathRendering.get(); } function in class:GrGpu
/external/skia/src/gpu/batches/
H A DGrStencilPathBatch.h66 state->gpu()->pathRendering()->stencilPath(args, fPath.get());
H A DGrDrawPathBatch.cpp29 state->gpu()->pathRendering()->drawPath(args, fPath.get());
133 state->gpu()->pathRendering()->drawPaths(args, fPathRange.get(), instances.indices(),
158 state->gpu()->pathRendering()->drawPaths(args, fPathRange.get(), indexStorage,
/external/skia/src/gpu/gl/
H A DGrGLGpu.h54 return static_cast<GrGLPathRendering*>(pathRendering());

Completed in 101 milliseconds