Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Image_bounds.cpp
Go to the documentation of this file.
1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4// HASH=c204b38b3fc08914b0a634aa4eaec894
5REG_FIDDLE(Image_bounds, 256, 128, false, 4) {
6void draw(SkCanvas* canvas) {
7 SkIRect bounds = image->bounds();
8 for (int x : { 0, bounds.width() } ) {
9 for (int y : { 0, bounds.height() } ) {
10 canvas->drawImage(image, x, y);
11 }
12 }
13}
14} // END FIDDLE
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void drawImage(const SkImage *image, SkScalar left, SkScalar top)
Definition SkCanvas.h:1528
SkIRect bounds() const
Definition SkImage.h:303
sk_sp< SkImage > image
Definition examples.cpp:29
#define REG_FIDDLE(NAME, W, H, TEXT, I)
Definition examples.h:60
double y
double x