Home
last modified time | relevance | path

Searched refs:SkChopCubicAtInflections (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrPathUtils.cpp522 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
543 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
/third_party/skia/tests/
DGeometryTest.cpp580 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/
DSkGeometry.h152 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
DSkGeometry.cpp542 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
/third_party/skia/src/core/
DSkGeometry.h223 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
DSkGeometry.cpp741 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.cpp603 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
624 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
/third_party/flutter/skia/tools/fonts/
DTestSVGTypeface.cpp1109 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp1112 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()