Lines Matching refs:bottom
56 float left, float top, float right, float bottom,
58 SkRect rect{left, top, right, bottom};
157 fill_color_from_bitmap(&canvas, width, height, deviceBounds.right(), deviceBounds.bottom(),
160 fill_color_from_bitmap(&canvas, deviceBounds.left(), height, 0, deviceBounds.bottom(),
164 // Then expand the left, right, top, then bottom.
226 if (deviceBounds.bottom() > height) {
227 SkBitmap bottom;
229 SkAssertResult(bitmap.extractSubset(&bottom, subset));
231 SkMatrix bottomMatrix = scale_translate(1, deviceBounds.bottom() - height, 0, height);
232 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paintColor);
237 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paintColor);
246 if (deviceBounds.bottom() > height) {