Lines Matching defs:right
56 float left, float top, float right, float bottom,
58 SkRect rect{left, top, right, bottom};
154 fill_color_from_bitmap(&canvas, width, deviceBounds.top(), deviceBounds.right(), 0,
157 fill_color_from_bitmap(&canvas, width, height, deviceBounds.right(), deviceBounds.bottom(),
164 // Then expand the left, right, top, then bottom.
183 if (deviceBounds.right() > width) {
184 SkBitmap right;
186 SkAssertResult(bitmap.extractSubset(&right, subset));
188 SkMatrix rightMatrix = scale_translate(deviceBounds.right() - width, 1, width, 0);
189 draw_bitmap_matrix(&canvas, right, rightMatrix, paintColor);
194 draw_bitmap_matrix(&canvas, right, rightMatrix, paintColor);
203 if (deviceBounds.right() > width) {