Searched refs:SkGetPolygonWinding (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | PolyUtilsTest.cpp | 24 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) < 0); in DEF_TEST() 32 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) > 0); in DEF_TEST() 41 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) == 0); in DEF_TEST() 53 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) < 0); in DEF_TEST() 64 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) == 0); in DEF_TEST() 76 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) > 0); in DEF_TEST() 106 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) < 0); in DEF_TEST() 117 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) < 0); in DEF_TEST() 129 REPORTER_ASSERT(reporter, SkGetPolygonWinding(poly.begin(), poly.count()) < 0); in DEF_TEST() 166 REPORTER_ASSERT(reporter, SkGetPolygonWinding(pol in DEF_TEST() [all...] |
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.h | 74 int SkGetPolygonWinding(const SkPoint* polygonVerts, int polygonSize);
|
H A D | SkPolyUtils.cpp | 43 int SkGetPolygonWinding(const SkPoint* polygonVerts, int polygonSize) { in SkGetPolygonWinding() function 346 int winding = SkGetPolygonWinding(inputPolygonVerts, inputPolygonSize); in SkInsetConvexPolygon() 1199 int winding = SkGetPolygonWinding(inputPolygonVerts, inputPolygonSize); in SkOffsetSimplePolygon() 1434 SkScalar offsetWinding = SkGetPolygonWinding(offsetPolygon->begin(), offsetPolygon->count()); in SkOffsetSimplePolygon() 1620 int winding = SkGetPolygonWinding(polygonVerts, polygonSize); in SkTriangulateSimplePolygon()
|
/third_party/skia/fuzz/ |
H A D | FuzzPolyUtils.cpp | 25 ignoreResult(SkGetPolygonWinding(polygon, count)); in DEF_FUZZ()
|
Completed in 4 milliseconds