Go to the source code of this file.
|
| REG_FIDDLE (Bitmap_tryAllocPixels_2, 256, 256, false, 3) |
|
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Bitmap_tryAllocPixels_2 |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
false |
, |
|
|
3 |
|
|
) |
| |
Definition at line 4 of file Bitmap_tryAllocPixels_2.cpp.
4 {
9 offscreen.scale(.25f, .5f);
10 for (
int y : { 0, 64, 128, 192 } ) {
13 }
14 }
15}
16}
@ kOpaque_SkAlphaType
pixel is opaque
@ kGray_8_SkColorType
pixel with grayscale level in 8-bit byte
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
sk_sp< SkImage > asImage() const
void drawImage(const SkImage *image, SkScalar left, SkScalar top)
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)