Searched refs:SkTPathContourParser (Results 1 – 2 of 2) sorted by relevance
46 class MidpointContourParser : public SkTPathContourParser<MidpointContourParser> {48 MidpointContourParser(const SkPath& path) : SkTPathContourParser(path) {} in MidpointContourParser()51 if (!this->SkTPathContourParser::parseNextContour()) { in parseNextContour()64 friend class SkTPathContourParser<MidpointContourParser>;161 class InnerPolygonContourParser : public SkTPathContourParser<InnerPolygonContourParser> {164 : SkTPathContourParser(path) in InnerPolygonContourParser()195 friend class SkTPathContourParser<InnerPolygonContourParser>;
455 template<typename TSubclass> class SkTPathContourParser {457 SkTPathContourParser(const SkPath& path) in SkTPathContourParser() function548 class SkPathContourParser : public SkTPathContourParser<SkPathContourParser> {550 SkPathContourParser(const SkPath& path) : SkTPathContourParser(path) {} in SkPathContourParser()