Home | History | Annotate | Download | only in core

Lines Matching defs:bot

63     int bot = SkFDot6Round(y1);
66 if (top == bot) {
70 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
80 fLastY = bot - 1;
104 int bot = SkFDot6Round(y1);
109 if (top == bot)
121 fLastY = bot - 1;
211 int bot = SkFDot6Round(y2);
214 if (top == bot)
376 int bot = SkFDot6Round(y3);
379 if (top == bot)
383 if (clip && (top >= clip->fBottom || bot <= clip->fTop))