8 std::vector<SkPMColor> storage;
11 SkDebugf(
"pixmap.addr(1, 2) %c= &storage[1 + 2 * w]\n",
12 pixmap.
addr(1, 2) == &storage[1 + 2 *
w] ?
'=' :
'!');
REG_FIDDLE(Pixmap_addr_2, 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 void * addr() const
static SkImageInfo MakeN32(int width, int height, SkAlphaType at)