Searched refs:GrGLPath (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 91 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()
|
D | GrGLPath.h | 23 class GrGLPath : public GrPath { 30 GrGLPath(GrGLGpu* gpu, const SkPath& path, const SkStrokeRec& stroke);
|
D | GrGLPathRendering.cpp | 95 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()
|
D | GrGLPathRange.cpp | 44 GrGLPath::InitPathObject(gpu, fBasePathID + index, skPath, this->getStroke()); in onInitPath()
|
/external/skia/gyp/ |
D | gpu.gypi | 288 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 289 '<(skia_src_path)/gpu/gl/GrGLPath.h',
|
/external/skia/ |
D | Android.mk | 542 src/gpu/gl/GrGLPath.cpp \
|