Lines Matching refs:bot
61 int bot = SkFDot6Round(y1); in setLine() local
64 if (top == bot) { in setLine()
68 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) { in setLine()
78 fLastY = bot - 1; in setLine()
102 int bot = SkFDot6Round(y1); in updateLine() local
107 if (top == bot) in updateLine()
119 fLastY = bot - 1; in updateLine()
213 int bot = SkFDot6Round(y2); in setQuadraticWithoutUpdate() local
216 if (top == bot) in setQuadraticWithoutUpdate()
387 int bot = SkFDot6Round(y3); in setCubicWithoutUpdate() local
390 if (sortY && top == bot) in setCubicWithoutUpdate()