Searched refs:SkChopCubicAtInflections (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrPathUtils.cpp | 522 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads() 543 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
|
/third_party/skia/tests/ |
D | GeometryTest.cpp | 580 int n = SkChopCubicAtInflections(serp.data(), chops); in test_chop_at_midtangent() 610 int n = SkChopCubicAtInflections(kExactCuspAtInf, chops); in test_chop_at_midtangent()
|
/third_party/flutter/skia/src/core/ |
D | SkGeometry.h | 152 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
|
D | SkGeometry.cpp | 542 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
|
/third_party/skia/src/core/ |
D | SkGeometry.h | 223 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
|
D | SkGeometry.cpp | 741 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrPathUtils.cpp | 603 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads() 624 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
|
/third_party/flutter/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1109 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1112 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
|