Home | History | Annotate | Download | only in core

Lines Matching defs:bot

229     SkScalar    bot = SkIntToScalar(SK_MinS16);
239 } else if (bot < pts[i].fY) {
240 bot = pts[i].fY;
246 } else if (bot < pts[0].fY) {
247 bot = pts[0].fY;
251 SkASSERT(top <= bot);
254 *ibot = SkScalarRound(bot);
282 int bot = SkMin32(pathBot, clipBot);
284 if (top >= bot)
289 if (!builder.init(bot - top, SkMax32(pathTransitions, clipTransitions))) {