Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.h163 int SkChopCubicAtInflections(const SkPoint src[4], SkPoint dst[10]);
DSkGeometry.cpp610 int SkChopCubicAtInflections(const SkPoint src[], SkPoint dst[10]) { in SkChopCubicAtInflections() function
/external/skia/src/gpu/
DGrPathUtils.cpp552 int count = SkChopCubicAtInflections(p, chopped); in convertCubicToQuads()