Home
last modified time | relevance | path

Searched defs:Contour (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsAsWinding.cpp29 struct Contour { struct
36 Contour(const SkRect& bounds, int lastStart, int verbStart) in Contour() argument
42 vector<Contour*> fChildren; argument
55 static Contour::Direction to_direction(SkScalar dy) { in to_direction() argument
/aosp_15_r20/external/skia/modules/skottie/utils/
H A DTextPreshape.cpp68 struct Contour { in pathToLottie() struct
69 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()
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/
H A DfreetypePen.py32 Contour = collections.namedtuple("Contour", ("points", "tags")) variable
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/
Dtables_last.rs48 type Contour = Vec<Point>; in vec_of_vec_issue_387() typedef