Searched refs:SkChopCubicAtInflections (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/geometry/ |
D | GrPathUtils.cpp | 522 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads() 543 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
|
/external/skqp/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
|
/external/skia/tests/ |
D | GeometryTest.cpp | 578 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/ |
D | SkGeometry.h | 223 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
|
D | SkGeometry.cpp | 745 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
|
/external/skqp/src/gpu/ |
D | GrPathUtils.cpp | 603 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads() 624 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 970 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
|
/external/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1111 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
|