Home | History | Annotate | Download | only in core

Lines Matching defs:bot

62     int bot = SkFDot6Round(y1);
65 if (top == bot) {
69 if (clip && (top >= clip->fBottom || bot <= clip->fTop)) {
79 fLastY = bot - 1;
103 int bot = SkFDot6Round(y1);
108 if (top == bot)
120 fLastY = bot - 1;
209 int bot = SkFDot6Round(y2);
212 if (top == bot)
373 int bot = SkFDot6Round(y3);
376 if (top == bot)
380 if (clip && (top >= clip->fBottom || bot <= clip->fTop))