Home
last modified time | relevance | path

Searched refs:GrGLPath (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPath.cpp91 void GrGLPath::InitPathObject(GrGLGpu* gpu, in InitPathObject()
184 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& path, const SkStrokeRec& stroke) in GrGLPath() function in GrGLPath
197 void GrGLPath::onRelease() { in onRelease()
206 void GrGLPath::onAbandon() { in onAbandon()
DGrGLPath.h23 class GrGLPath : public GrPath {
30 GrGLPath(GrGLGpu* gpu, const SkPath& path, const SkStrokeRec& stroke);
DGrGLPathRendering.cpp95 return SkNEW_ARGS(GrGLPath, (fGpu, inPath, stroke)); in createPath()
134 SkAutoTUnref<GrGLPath> templatePath(SkNEW_ARGS(GrGLPath, (fGpu, SkPath(), stroke))); in createGlyphs()
155 GrGLuint id = static_cast<const GrGLPath*>(path)->pathID(); in stencilPath()
175 GrGLuint id = static_cast<const GrGLPath*>(path)->pathID(); in drawPath()
DGrGLPathRange.cpp44 GrGLPath::InitPathObject(gpu, fBasePathID + index, skPath, this->getStroke()); in onInitPath()
/external/skia/gyp/
Dgpu.gypi288 '<(skia_src_path)/gpu/gl/GrGLPath.cpp',
289 '<(skia_src_path)/gpu/gl/GrGLPath.h',
/external/skia/
DAndroid.mk542 src/gpu/gl/GrGLPath.cpp \