8 uint32_t storage[
w *
h];
10 storage,
w *
sizeof(storage[0]));
11 SkDebugf(
"pixmap.addr32() %c= storage\n",
12 pixmap.
addr32() == storage ?
'=' :
'!');
REG_FIDDLE(Pixmap_addr32, 256, 256, true, 0)
@ kPremul_SkAlphaType
pixel components are premultiplied by alpha
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 MakeN32(int width, int height, SkAlphaType at)