Home
last modified time | relevance | path

Searched refs:SkChopCubicAtMaxCurvature (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DGeometryTest.cpp30 int count = SkChopCubicAtMaxCurvature(src, dst, tValues); in testChopCubic()
/external/skia/include/core/
DSkGeometry.h155 int SkChopCubicAtMaxCurvature(const SkPoint src[4], SkPoint dst[13],
/external/skia/src/core/
DSkStroke.cpp434 count = SkChopCubicAtMaxCurvature(pts, tmp, tValues); in cubicTo()
DSkGeometry.cpp1056 int SkChopCubicAtMaxCurvature(const SkPoint src[4], SkPoint dst[13], SkScalar tValues[3]) in SkChopCubicAtMaxCurvature() function