Searched refs:pathGenerator (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLPathRange.cpp14 GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const SkStrokeRec& stroke) argument
15 : INHERITED(gpu, pathGenerator, stroke),
H A DGrGLPathRendering.cpp98 GrPathRange* GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator, argument
100 return SkNEW_ARGS(GrGLPathRange, (fGpu, pathGenerator, stroke));
/external/skia/src/gpu/
H A DGrPathRange.cpp16 PathGenerator* pathGenerator,
19 fPathGenerator(SkRef(pathGenerator)),
15 GrPathRange(GrGpu* gpu, PathGenerator* pathGenerator, const SkStrokeRec& stroke) argument

Completed in 109 milliseconds