Searched refs:onInitPath (Results 1 – 3 of 3) sorted by relevance
99 this->onInitPath(pathIdx, path); in loadPathsIfNeeded()139 virtual void onInitPath(int index, const SkPath&) const = 0;
49 void onInitPath(int index, const SkPath&) const override;
53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const { in onInitPath() function in GrGLPathRange