Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkGeometry.h148 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]);
/external/skia/src/core/
DSkGeometry.cpp944 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]) in SkFindCubicMaxCurvature() function
977 int count = SkFindCubicMaxCurvature(src, tValues); in SkChopCubicAtMaxCurvature()