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

/external/skia/src/gpu/gl/
H A DGrGLPathRange.h48 void onInitPath(int index, const SkPath&) const override;
H A DGrGLPathRange.cpp53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const { function in class:GrGLPathRange
/external/skia/src/gpu/
H A DGrPathRange.h60 * onInitPath() for each path within the range before it is drawn for the first time.
99 this->onInitPath(pathIdx, path);
139 virtual void onInitPath(int index, const SkPath&) const = 0;

Completed in 306 milliseconds