Searched refs:SkChopCubicAtMaxCurvature (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | GeometryTest.cpp | 31 int count = SkChopCubicAtMaxCurvature(src, dst, tValues); in testChopCubic()
|
/external/skia/src/core/ |
D | SkGeometry.h | 166 int SkChopCubicAtMaxCurvature(const SkPoint src[4], SkPoint dst[13],
|
D | SkScan_Hairline.cpp | 329 int count = SkChopCubicAtMaxCurvature(pts, tmp, tValues); in haircubic()
|
D | SkGeometry.cpp | 899 int SkChopCubicAtMaxCurvature(const SkPoint src[4], SkPoint dst[13], in SkChopCubicAtMaxCurvature() function
|
D | SkStroke.cpp | 1457 count = SkChopCubicAtMaxCurvature(pts, tmp, tValues); in cubicTo()
|