Searched refs:GrGLPath (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRange.cpp | 66 GrGLPath::InitPathObjectEmptyPath(gpu, fBasePathID + index); in onInitPath() 68 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, origSkPath); in onInitPath() 69 GrGLPath::InitPathObjectStroke(gpu, fBasePathID + index, fStroke); in onInitPath() 96 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath); in onInitPath()
|
D | GrGLPath.cpp | 201 bool GrGLPath::InitPathObjectPathDataCheckingDegenerates(GrGLGpu* gpu, GrGLuint pathID, in InitPathObjectPathDataCheckingDegenerates() 206 void GrGLPath::InitPathObjectPathData(GrGLGpu* gpu, in InitPathObjectPathData() 244 void GrGLPath::InitPathObjectStroke(GrGLGpu* gpu, GrGLuint pathID, const GrStrokeInfo& stroke) { in InitPathObjectStroke() 259 void GrGLPath::InitPathObjectEmptyPath(GrGLGpu* gpu, GrGLuint pathID) { in InitPathObjectEmptyPath() 263 GrGLPath::GrGLPath(GrGLGpu* gpu, const SkPath& origSkPath, const GrStrokeInfo& origStroke) in GrGLPath() function in GrGLPath 326 void GrGLPath::onRelease() { in onRelease() 335 void GrGLPath::onAbandon() { in onAbandon()
|
D | GrGLPath.h | 23 class GrGLPath : public GrPath { 36 GrGLPath(GrGLGpu* gpu, const SkPath& path, const GrStrokeInfo& stroke);
|
D | GrGLPathRendering.cpp | 91 return new GrGLPath(this->gpu(), inPath, stroke); in createPath() 112 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onStencilPath() 133 const GrGLPath* glPath = static_cast<const GrGLPath*>(path); in onDrawPath()
|
/external/skia/gyp/ |
D | gpu.gypi | 337 '<(skia_src_path)/gpu/gl/GrGLPath.cpp', 338 '<(skia_src_path)/gpu/gl/GrGLPath.h',
|
/external/skia/ |
D | Android.mk | 505 src/gpu/gl/GrGLPath.cpp \
|