Searched defs:GrGLPath (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLPath.h23 class GrGLPath : public GrPath { class in inherits:GrPath
36 GrGLPath(GrGLGpu*, const SkPath&, const GrStyle&);
H A DGrGLPath.cpp8 #include "GrGLPath.h"
211 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID,
216 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu,
255 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const SkStrokeRec& stroke) {
268 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) {
272 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStyle& style) function in class:GrGLPath
332 void GrGLPath::onRelease() {
341 void GrGLPath::onAbandon() {

Completed in 1459 milliseconds