Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathUtils.cpp720 int chop_count = 0; in chopCubicAtLoopIntersection() local
740 chop_ts[chop_count++] = smallS; in chopCubicAtLoopIntersection()
743 chop_ts[chop_count++] = largeS; in chopCubicAtLoopIntersection()
746 SkChopCubicAt(src, dst, chop_ts, chop_count); in chopCubicAtLoopIntersection()
757 if (2 == chop_count) { in chopCubicAtLoopIntersection()
761 } else if (1 == chop_count) { in chopCubicAtLoopIntersection()
793 return chop_count + 1; in chopCubicAtLoopIntersection()