Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.h152 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
DSkGeometry.cpp557 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
/external/skia/src/gpu/
DGrPathUtils.cpp550 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()
567 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuadsConstrainToTangents()