Searched refs:onInitPath (Results 1 – 4 of 4) sorted by relevance
45 void onInitPath(int index, const SkPath&) const override;
32 void GrGLPathRange::onInitPath(int index, const SkPath& skPath) const { in onInitPath() function in GrGLPathRange
81 virtual void onInitPath(int index, const SkPath&) const = 0;
71 this->onInitPath(pathIdx, path); in willDrawPaths()