Home
last modified time | relevance | path

Searched refs:kConcave_Convexity (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/docs/examples/
DPath_notequal_operator.cpp16 one.setConvexity(SkPath::kConcave_Convexity); in draw()
DPath_setConvexity.cpp15 path.setConvexity(SkPath::kConcave_Convexity); in draw()
/third_party/flutter/skia/src/core/
DSkPath.cpp2299 if (SkPath::kConcave_Convexity == fConvexity || !fIsFinite) { in addPt()
2330 fConvexity = SkPath::kConcave_Convexity; in addPt()
2405 fConvexity = SkPath::kConcave_Convexity; in addVec()
2465 this->setConvexity(kConcave_Convexity); in internalGetConvexity()
2466 return kConcave_Convexity; in internalGetConvexity()
2491 this->setConvexity(kConcave_Convexity); in internalGetConvexity()
2492 return kConcave_Convexity; in internalGetConvexity()
2502 if (kConcave_Convexity == state.getConvexity()) { in internalGetConvexity()
2503 this->setConvexity(kConcave_Convexity); in internalGetConvexity()
2504 return kConcave_Convexity; in internalGetConvexity()
[all …]
/third_party/flutter/skia/tests/
DPathTest.cpp1353 check_convexity(reporter, tinyConvexPolygon, SkPath::kConcave_Convexity); in test_path_crbug389050()
1443 check_convexity(reporter, bowTie, SkPath::kConcave_Convexity); in test_convexity2()
1455 check_convexity(reporter, spiral, SkPath::kConcave_Convexity); in test_convexity2()
1465 check_convexity(reporter, dent, SkPath::kConcave_Convexity); in test_convexity2()
1482 check_convexity(reporter, strokedSin, SkPath::kConcave_Convexity); in test_convexity2()
1493 check_convexity(reporter, degenerateConcave, SkPath::kConcave_Convexity); in test_convexity2()
1508 check_convexity(reporter, badFirstVector, SkPath::kConcave_Convexity); in test_convexity2()
1575 check_convexity(reporter, path, SkPath::kConcave_Convexity); in test_convexity()
1599 … { "0 0 10 10 20 20 0 0 10 10", SkPath::kConcave_Convexity, SkPathPriv::kUnknown_FirstDirection }, in test_convexity()
1602 { "0 0 10 10 10 0 0 10", SkPath::kConcave_Convexity, kDontCheckDir }, in test_convexity()
[all …]
/third_party/flutter/skia/src/utils/
DSkDashPath.cpp428 dst->setConvexity(SkPath::kConcave_Convexity); in InternalFilter()
/third_party/flutter/skia/include/core/
DSkPath.h216 kConcave_Convexity, //!< more than one contour, or a geometry with indentations enumerator
/third_party/flutter/skia/bench/
DPathBench.cpp1209 fPath.setConvexity(SkPath::kConcave_Convexity); in CommonConvexBench()
/third_party/flutter/skia/site/user/api/
DSkPath_Reference.md41 <a href='#SkPath_kConcave_Convexity'>kConcave_Convexity</a>,
904 <a href='#SkPath_kConcave_Convexity'>kConcave_Convexity</a>,
938 … padding: 8px; '><a name='SkPath_kConcave_Convexity'><code>SkPath::kConcave_Convexity</code></a></…
1017 …ity'>kConvex_Convexity</a> or <a href='#SkPath_kConcave_Convexity'>kConcave_Convexity</a>, <a href…
1024 …nvexity'>kConvex_Convexity</a>, or <a href='#SkPath_kConcave_Convexity'>kConcave_Convexity</a></td>
1045 …onvexity'>kConvex_Convexity</a> or <a href='#SkPath_kConcave_Convexity'>kConcave_Convexity</a>, and
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2585 enum Convexity : uint8_t { kUnknown_Convexity, kConvex_Convexity, kConcave_Convexity, };
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2550 enum Convexity : uint8_t { kUnknown_Convexity, kConvex_Convexity, kConcave_Convexity, };