Searched refs:rootCount (Results 1 – 4 of 4) sorted by relevance
1022 int rootCount = intersect_quad_ray(ray, stroke, roots); in strokeCloseEnough() local1023 if (rootCount != 1) { in strokeCloseEnough()1025 "rootCount=%d != 1", rootCount); in strokeCloseEnough()
856 int rootCount = SkFindCubicMaxCurvature(src, roots); in SkChopCubicAtMaxCurvature() local860 for (int i = 0; i < rootCount; ++i) { in SkChopCubicAtMaxCurvature()
1051 int rootCount = intersect_quad_ray(ray, stroke, roots); in strokeCloseEnough() local1052 if (rootCount != 1) { in strokeCloseEnough()1054 "rootCount=%d != 1", rootCount); in strokeCloseEnough()
1059 int rootCount = SkFindCubicMaxCurvature(src, roots); in SkChopCubicAtMaxCurvature() local1063 for (int i = 0; i < rootCount; ++i) { in SkChopCubicAtMaxCurvature()