8 uint32_t storage[
w *
h];
10 storage,
w *
sizeof(storage[0]));
11 SkDebugf(
"pixmap.addr32(1, 2) %c= &storage[1 + 2 * w]\n",
12 pixmap.
addr32(1, 2) == &storage[1 + 2 *
w] ?
'=' :
'!');
REG_FIDDLE(Pixmap_addr32_2, 256, 256, true, 0)
@ kPremul_SkAlphaType
pixel components are premultiplied by alpha
@ kRGBA_8888_SkColorType
pixel with 8 bits for red, green, blue, alpha; in 32-bit word
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
const uint32_t * addr32() const
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)