Searched refs:PathToString (Results 1 – 6 of 6) sorted by relevance
68 static SkString* PathToString(const SkPath& path);
182 fInfo.push(SkObjectParser::PathToString(path)); in SkClipPathCommand()472 fInfo.push(SkObjectParser::PathToString(path)); in SkDrawPathCommand()703 fInfo.push(SkObjectParser::PathToString(path)); in SkDrawTextOnPathCommand()
111 SkString* SkObjectParser::PathToString(const SkPath& path) { in PathToString() function in SkObjectParser