Lines Matching defs:height
160 canvas->translate(0, SK_ARRAY_COUNT(procs) * r.height() * 4/3 * scales[s]);
181 canvas->translate(0, r.height() * 4/3);
205 int height = heights[i];
207 r.setWH(SkIntToScalar(width), SkIntToScalar(height));
234 canvas->translate(-(bm.width() - r.width())/2, -(bm.height()-r.height())/2);
239 if (bm.height() > max_height)
240 max_height = bm.height();
452 SkASSERT(r->height() == a->height());
453 auto ii = SkImageInfo::Make(r->width(), r->height(),
555 canvas->translate(0, bounds.height());