Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.h146 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[2]);
DSkGeometry.cpp506 int SkFindCubicInflections(const SkPoint src[4], SkScalar tValues[]) { in SkFindCubicInflections() function
522 int count = SkFindCubicInflections(src, tValues); in SkChopCubicAtInflections()
DSkStroke.cpp1266 int count = SkFindCubicInflections(cubic, tValues); in cubicTo()