Home | History | Annotate | Download | only in core

Lines Matching defs:bot

244     SkScalar    bot = SkIntToScalar(SK_MinS16);
254 } else if (bot < pts[i].fY) {
255 bot = pts[i].fY;
261 } else if (bot < pts[0].fY) {
262 bot = pts[0].fY;
266 SkASSERT(top <= bot);
269 *ibot = SkScalarRound(bot);
297 int bot = SkMin32(pathBot, clipBot);
299 if (top >= bot)
304 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions))) {