Home
last modified time | relevance | path

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

/external/skia/tests/
DGeometryTest.cpp31 int count = SkChopCubicAtMaxCurvature(src, dst, tValues); in testChopCubic()
/external/skia/src/core/
DSkGeometry.h166 int SkChopCubicAtMaxCurvature(const SkPoint src[4], SkPoint dst[13],
DSkScan_Hairline.cpp329 int count = SkChopCubicAtMaxCurvature(pts, tmp, tValues); in haircubic()
DSkGeometry.cpp899 int SkChopCubicAtMaxCurvature(const SkPoint src[4], SkPoint dst[13], in SkChopCubicAtMaxCurvature() function
DSkStroke.cpp1457 count = SkChopCubicAtMaxCurvature(pts, tmp, tValues); in cubicTo()