Home
last modified time | relevance | path

Searched refs:isConvex (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/tests/
H A DPathOpsAsWindingTest.cpp68 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()
H A DPathTest.cpp55 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/skia/src/core/
H A DSkPictureCommon.h50 if (op.paint.isAntiAlias() && !op.path.isConvex()) { in operator ()()
67 if (op.opAA.aa() && !op.path.isConvex()) { in operator ()()
H A DSkPathPriv.h410 (void)path.isConvex(); in ForceComputeConvexity()
H A DSkEdgeBuilder.cpp366 const bool canCullToTheRight = !path.isConvex(); in buildEdges()
/third_party/skia/bench/
H A DAAClipBench.cpp39 SkASSERT(fClipPath.isConvex()); in AAClipBench()
55 SkASSERT(fClipPath.isConvex());
128 SkASSERT(path.isConvex()); in recurse()
H A DPathBench.cpp771 SkASSERT(path->isConvex()); in make_arb_round_rect()
1247 SkASSERT(!fPath.isConvex()); in CommonConvexBench()
1249 SkASSERT(fPath.isConvex()); in CommonConvexBench()
/third_party/skia/docs/examples/
H A DPath_isConvex.cpp16 canvas->drawString(path.isConvex() ? "convex" : "not convex", 30, 100, paint); in REG_FIDDLE()
H A DPath_addRoundRect.cpp14 SK_ColorBLUE : path.isConvex() ? SK_ColorGRAY : SK_ColorGREEN); in REG_FIDDLE()
/third_party/skia/gm/
H A Ddstreadshuffle.cpp78 SkASSERT(fConvexPath.isConvex()); in drawShape()
97 SkASSERT(!fConcavePath.isConvex()); in drawShape()
H A Dconvexpaths.cpp251 SkASSERT(fPaths[i].isConvex());
H A Dconvex_all_line_paths.cpp259 SkASSERT(path.isConvex()); in GetPath()
/third_party/skia/experimental/graphite/src/geom/
H A DShape.cpp64 // SkPath.isConvex() really means "is this path convex were it to be closed". in convex()
65 return (simpleFill || fPath.isLastContourClosed()) && fPath.isConvex(); in convex()
/third_party/skia/bench/graphite/
H A DIntersectionTreeBench.cpp133 if (path.isConvex()) {
/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp140 if (test->isConvex()) { in resolve()
H A DSkPathOpsSimplify.cpp145 if (path.isConvex()) { in SimplifyDebug()
H A DSkPathOpsAsWinding.cpp386 if (path.isEmpty() || path.isConvex()) { in AsWinding()
/third_party/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp19 if (path.getSegmentMasks() != SkPath::kLine_SegmentMask || !path.isConvex()) { in Make()
/third_party/skia/src/gpu/ops/
H A DTessellationPathRenderer.cpp36 SkASSERT(!path.isConvex() || path.isInverseFillType()); in make_non_convex_fill_op()
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.h167 SkDEBUGCODE(bool isConvex(const GrAAConvexTessellator& tess) const;)
H A DGrShape.cpp350 // SkPath.isConvex() really means "is this path convex were it to be closed". in convex()
352 return (simpleFill || fPath.isLastContourClosed()) && fPath.isConvex(); in convex()
H A DGrAAConvexTessellator.cpp382 SkASSERT(path.isConvex());
892 bool GrAAConvexTessellator::Ring::isConvex(const GrAAConvexTessellator& tess) const {
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp240 SkASSERT(gPath[i].isConvex()); in TestPathConvex()
/third_party/skia/samplecode/
H A DSampleDegenerateQuads.cpp409 return path.isConvex();
/third_party/skia/include/core/
H A DSkPath.h228 bool isConvex() const { in isConvex() function in SkPath

Completed in 23 milliseconds

12