Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGeometry.h154 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]);
DSkGeometry.cpp830 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]) { in SkFindCubicMaxCurvature() function
856 int rootCount = SkFindCubicMaxCurvature(src, roots); in SkChopCubicAtMaxCurvature()
918 int roots = SkFindCubicMaxCurvature(src, maxCurvature); in SkFindCubicCusp()
DSkStroke.cpp619 int count = SkFindCubicMaxCurvature(cubic, tValues); in CheckCubicLinear()
/external/skia/src/core/
DSkGeometry.h225 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]);
DSkGeometry.cpp1033 int SkFindCubicMaxCurvature(const SkPoint src[4], SkScalar tValues[3]) { in SkFindCubicMaxCurvature() function
1059 int rootCount = SkFindCubicMaxCurvature(src, roots); in SkChopCubicAtMaxCurvature()
1121 int roots = SkFindCubicMaxCurvature(src, maxCurvature); in SkFindCubicCusp()
DSkStroke.cpp653 int count = SkFindCubicMaxCurvature(cubic, tValues); in CheckCubicLinear()
/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp235 int numRoots = SkFindCubicMaxCurvature(P, roots); in cubicTo()
/external/skqp/samplecode/
DSampleAAGeometry.cpp1151 int tMaxCount = SkFindCubicMaxCurvature(pts, tMax); in draw_bisects()