Searched refs:GrGLPathRange (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPathRange.cpp | 14 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStrokeInfo& stroke) in GrGLPathRange() function in GrGLPathRange 23 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, in GrGLPathRange() function in GrGLPathRange 36 void GrGLPathRange::init() { in init() 53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const { in onInitPath() 102 void GrGLPathRange::onRelease() { in onRelease() 114 void GrGLPathRange::onAbandon() { in onAbandon()
|
D | GrGLPathRange.h | 24 class GrGLPathRange : public GrPathRange { 30 GrGLPathRange(GrGLGpu*, PathGenerator*, const GrStrokeInfo&); 37 GrGLPathRange(GrGLGpu*,
|
D | GrGLPathRendering.cpp | 96 return new GrGLPathRange(this->gpu(), pathGenerator, stroke); in createPathRange() 165 const GrGLPathRange* glPathRange = static_cast<const GrGLPathRange*>(pathRange); in onDrawPaths()
|
/external/skia/gyp/ |
D | gpu.gypi | 339 '<(skia_src_path)/gpu/gl/GrGLPathRange.cpp', 340 '<(skia_src_path)/gpu/gl/GrGLPathRange.h',
|
/external/skia/ |
D | Android.mk | 506 src/gpu/gl/GrGLPathRange.cpp \
|