Searched defs:PathGenerator (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRange.h48 class PathGenerator : public SkRefCnt { class in class:GrPathRange
55 virtual ~PathGenerator() {}
62 GrPathRange(GrGpu*, PathGenerator*);
71 const PathGenerator* getPathGenerator() const { return fPathGenerator.get(); }
146 mutable sk_sp<PathGenerator> fPathGenerator;

Completed in 68 milliseconds