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

/external/skia/src/gpu/gl/
H A DGrGLPath.h23 class GrGLPath : public GrPath { class in inherits:GrPath
30 GrGLPath(GrGLGpu* gpu, const SkPath& path, const SkStrokeRec& stroke);
H A DGrGLPath.cpp9 #include "GrGLPath.h"
91 void GrGLPath::InitPathObject(GrGLGpu* gpu,
184 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& path, const SkStrokeRec& stroke) function in class:GrGLPath
197 void GrGLPath::onRelease() {
206 void GrGLPath::onAbandon() {
H A DGrGLPathRange.cpp10 #include "GrGLPath.h"
44 GrGLPath::InitPathObject(gpu, fBasePathID + index, skPath, this->getStroke());
H A DGrGLPathRendering.cpp13 #include "GrGLPath.h"
95 return SkNEW_ARGS(GrGLPath, (fGpu, inPath, stroke));
134 SkAutoTUnref<GrGLPath> templatePath(SkNEW_ARGS(GrGLPath, (fGpu, SkPath(), stroke)));
155 GrGLuint id = static_cast<const GrGLPath*>(path)->pathID();
175 GrGLuint id = static_cast<const GrGLPath*>(path)->pathID();
/external/skia/
H A DAndroid.mk542 src/gpu/gl/GrGLPath.cpp \

Completed in 2047 milliseconds