/third_party/flutter/skia/tests/ |
D | PathOpsAsWindingTest.cpp | 68 REPORTER_ASSERT(reporter, result.isConvex()); in DEF_TEST() 82 REPORTER_ASSERT(reporter, !result.isConvex()); in DEF_TEST() 89 REPORTER_ASSERT(reporter, !result.isConvex()); in DEF_TEST() 98 REPORTER_ASSERT(reporter, !result.isConvex()); in DEF_TEST() 107 REPORTER_ASSERT(reporter, !result.isConvex()); in DEF_TEST() 114 REPORTER_ASSERT(reporter, !test.isConvex()); in DEF_TEST()
|
/third_party/skia/tests/ |
D | PathOpsAsWindingTest.cpp | 68 REPORTER_ASSERT(reporter, result.isConvex()); in DEF_TEST() 82 REPORTER_ASSERT(reporter, !result.isConvex()); in DEF_TEST() 89 REPORTER_ASSERT(reporter, !result.isConvex()); in DEF_TEST() 98 REPORTER_ASSERT(reporter, !result.isConvex()); in DEF_TEST() 107 REPORTER_ASSERT(reporter, !result.isConvex()); in DEF_TEST() 114 REPORTER_ASSERT(reporter, !test.isConvex()); in DEF_TEST()
|
D | PathTest.cpp | 55 REPORTER_ASSERT(reporter, !path.isConvex()); in test_skbug_3469() 544 bool smallConvex = smallPath.isConvex(); in test_tiny_path_convexity() 552 bool largeConvex = largePath.isConvex(); in test_tiny_path_convexity() 853 REPORTER_ASSERT(reporter, temp.isConvex()); in test_arb_round_rect_is_convex() 1150 REPORTER_ASSERT(reporter, path.isConvex()); in test_direction() 1315 bool convexity = copy.isConvex(); in check_convexity() 1326 tinyConvexPolygon.isConvex(); in test_path_crbug389050() 1334 platTriangle.isConvex(); in test_path_crbug389050() 1342 platTriangle.isConvex(); in test_path_crbug389050() 1524 REPORTER_ASSERT(reporter, p.isConvex()); in check_convex_bounds() [all …]
|
/third_party/flutter/skia/tools/lua/ |
D | paths.lua | 83 if path:isConvex() then 100 if path:isConvex() then
|
/third_party/skia/src/core/ |
D | SkPictureCommon.h | 50 if (op.paint.isAntiAlias() && !op.path.isConvex()) { in operator() 67 if (op.opAA.aa() && !op.path.isConvex()) { in operator()
|
/third_party/flutter/skia/src/core/ |
D | SkPictureCommon.h | 50 if (op.paint.isAntiAlias() && !op.path.isConvex()) { in operator() 67 if (op.opAA.aa() && !op.path.isConvex()) { in operator()
|
/third_party/skia/bench/ |
D | AAClipBench.cpp | 39 SkASSERT(fClipPath.isConvex()); in AAClipBench() 55 SkASSERT(fClipPath.isConvex()); in onDraw() 128 SkASSERT(path.isConvex()); in recurse()
|
/third_party/flutter/skia/bench/ |
D | AAClipBench.cpp | 42 SkASSERT(fClipPath.isConvex()); in AAClipBench() 58 SkASSERT(fClipPath.isConvex()); in onDraw() 131 SkASSERT(path.isConvex()); in recurse()
|
D | GeometryBench.cpp | 275 (void)fPath.isConvex(); in onDraw()
|
/third_party/skia/gm/ |
D | dstreadshuffle.cpp | 78 SkASSERT(fConvexPath.isConvex()); in drawShape() 97 SkASSERT(!fConcavePath.isConvex()); in drawShape()
|
D | convexpaths.cpp | 251 SkASSERT(fPaths[i].isConvex()); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | dstreadshuffle.cpp | 77 SkASSERT(fConvexPath.isConvex()); in drawShape() 94 SkASSERT(!fConcavePath.isConvex()); in drawShape()
|
/third_party/skia/docs/examples/ |
D | Path_isConvex.cpp | 16 canvas->drawString(path.isConvex() ? "convex" : "not convex", 30, 100, paint);
|
D | Path_addRoundRect.cpp | 14 SK_ColorBLUE : path.isConvex() ? SK_ColorGRAY : SK_ColorGREEN); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | Path_isConvex.cpp | 16 canvas->drawString(path.isConvex() ? "convex" : "not convex", 30, 100, paint);
|
D | Path_addRoundRect.cpp | 14 SK_ColorBLUE : path.isConvex() ? SK_ColorGRAY : SK_ColorGREEN); in draw()
|
/third_party/skia/experimental/graphite/src/geom/ |
D | Shape.cpp | 65 return (simpleFill || fPath.isLastContourClosed()) && fPath.isConvex(); in convex()
|
/third_party/skia/bench/graphite/ |
D | IntersectionTreeBench.cpp | 133 if (path.isConvex()) { in gatherRects()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpBuilder.cpp | 138 if (test->isConvex()) { in resolve()
|
D | SkPathOpsSimplify.cpp | 145 if (path.isConvex()) { in SimplifyDebug()
|
/third_party/skia/src/pathops/ |
D | SkOpBuilder.cpp | 140 if (test->isConvex()) { in resolve()
|
D | SkPathOpsSimplify.cpp | 145 if (path.isConvex()) { in SimplifyDebug()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 97 !path.isConvex()) { in Make()
|
/third_party/flutter/skia/example/ |
D | SkiaSDLExample.cpp | 101 SkASSERT(!concavePath.isConvex()); in create_star()
|
/third_party/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 19 if (path.getSegmentMasks() != SkPath::kLine_SegmentMask || !path.isConvex()) { in Make()
|