Home | History | Annotate | Download | only in core

Lines Matching refs:bot

64     int bot = SkFDot6Round(y1);
67 if (top == bot) {
71 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
80 fLastY = bot - 1;
104 int bot = SkFDot6Round(y1);
109 if (top == bot)
120 fLastY = bot - 1;
210 int bot = SkFDot6Round(y2);
213 if (top == bot)
356 int bot = SkFDot6Round(y3);
359 if (top == bot)
363 if (clip && (top >= clip->fBottom || bot <= clip->fTop))