4 {
6 uint8_t storage[][5] = {{0xCA, 0xDA, 0xCA, 0xC9, 0xA3},
7 {0xAC, 0xA8, 0x89, 0xA7, 0x87},
8 {0x9B, 0xB5, 0xE5, 0x95, 0x46},
9 {0x90, 0x81, 0xC5, 0x71, 0x33},
10 {0x75, 0x55, 0x44, 0x40, 0x30}};
12 SkPixmap pixmap(imageInfo, storage[0],
sizeof(storage) / 5);
14 bitmap.installPixels(pixmap);
18 *pixmap.writable_addr8(2, 2) = 0x00;
19 canvas->
scale(10, 10);
22 }
23}
@ 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)
void scale(SkScalar sx, SkScalar sy)
void drawImage(const SkImage *image, SkScalar left, SkScalar top)
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)