Home | History | Annotate | Download | only in core

Lines Matching refs:bot

55     int bot = SkFDot6Round(y1);
58 if (top == bot) {
62 if (NULL != clip && (top >= clip->fBottom || bot <= clip->fTop)) {
72 fLastY = bot - 1;
96 int bot = SkFDot6Round(y1);
101 if (top == bot)
113 fLastY = bot - 1;
193 int bot = SkFDot6Round(y2);
196 if (top == bot)
346 int bot = SkFDot6Round(y3);
349 if (top == bot)
353 if (clip && (top >= clip->fBottom || bot <= clip->fTop))