Lines Matching refs:bot
65 int bot = SkFDot6Round(y1); in setLine() local
68 if (top == bot) { in setLine()
72 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) { in setLine()
82 fLastY = bot - 1; in setLine()
106 int bot = SkFDot6Round(y1); in updateLine() local
111 if (top == bot) in updateLine()
123 fLastY = bot - 1; in updateLine()
214 int bot = SkFDot6Round(y2); in setQuadraticWithoutUpdate() local
217 if (top == bot) in setQuadraticWithoutUpdate()
389 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() local
392 if (sortY && top == bot) in setCubicWithoutUpdate()