Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkStroke.cpp1022 int rootCount = intersect_quad_ray(ray, stroke, roots); in strokeCloseEnough() local
1023 if (rootCount != 1) { in strokeCloseEnough()
1025 "rootCount=%d != 1", rootCount); in strokeCloseEnough()
DSkGeometry.cpp856 int rootCount = SkFindCubicMaxCurvature(src, roots); in SkChopCubicAtMaxCurvature() local
860 for (int i = 0; i < rootCount; ++i) { in SkChopCubicAtMaxCurvature()
/external/skia/src/core/
DSkStroke.cpp1051 int rootCount = intersect_quad_ray(ray, stroke, roots); in strokeCloseEnough() local
1052 if (rootCount != 1) { in strokeCloseEnough()
1054 "rootCount=%d != 1", rootCount); in strokeCloseEnough()
DSkGeometry.cpp1059 int rootCount = SkFindCubicMaxCurvature(src, roots); in SkChopCubicAtMaxCurvature() local
1063 for (int i = 0; i < rootCount; ++i) { in SkChopCubicAtMaxCurvature()