Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.h154 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]);
DSkGeometry.cpp820 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]) { in SkFindCubicMaxCurvature() function
854 int count = SkFindCubicMaxCurvature(src, tValues); in SkChopCubicAtMaxCurvature()
DSkStroke.cpp593 int count = SkFindCubicMaxCurvature(cubic, tValues); in CheckCubicLinear()