Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrPathUtils.cpp522 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
543 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
/external/skqp/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
/external/skia/tests/
DGeometryTest.cpp578 int n = SkChopCubicAtInflections(serp.data(), chops); in test_chop_at_midtangent()
608 int n = SkChopCubicAtInflections(kExactCuspAtInf, chops); in test_chop_at_midtangent()
/external/skia/src/core/
DSkGeometry.h223 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
DSkGeometry.cpp745 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
/external/skqp/src/gpu/
DGrPathUtils.cpp603 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
624 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp970 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
/external/skia/tools/fonts/
DTestSVGTypeface.cpp1111 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()