Home
last modified time | relevance | path

Searched refs:SkTPathContourParser (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/tessellate/
DGrPathParser.cpp46 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>;
/external/skia/src/core/
DSkPathPriv.h455 template<typename TSubclass> class SkTPathContourParser {
457 SkTPathContourParser(const SkPath& path) in SkTPathContourParser() function
548 class SkPathContourParser : public SkTPathContourParser<SkPathContourParser> {
550 SkPathContourParser(const SkPath& path) : SkTPathContourParser(path) {} in SkPathContourParser()