Searched defs:Contour (Results 1 – 4 of 4) sorted by relevance
29 struct Contour { struct36 Contour(const SkRect& bounds, int lastStart, int verbStart) in Contour() argument42 vector<Contour*> fChildren; argument55 static Contour::Direction to_direction(SkScalar dy) { in to_direction() argument
68 struct Contour { in pathToLottie() struct69 std::vector<SkPoint> verts, in_tan, out_tan; in pathToLottie()70 bool closed = false; in pathToLottie()72 void add(const SkPoint& v, const SkPoint& i, const SkPoint& o) { in pathToLottie()78 size_t size() const { in pathToLottie()
32 Contour = collections.namedtuple("Contour", ("points", "tags")) variable
48 type Contour = Vec<Point>; in vec_of_vec_issue_387() typedef