9 SkDebugf(
"original has pixels before copy: %s\n", original.
getPixels() ?
"true" :
"false");
11 SkDebugf(
"original has pixels after copy: %s\n", original.
getPixels() ?
"true" :
"false");
12 SkDebugf(
"copy has pixels: %s\n",
copy.getPixels() ?
"true" :
"false");
REG_FIDDLE(Bitmap_copy_operator, 256, 256, true, 0)
@ kOpaque_SkAlphaType
pixel is opaque
@ 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)
bool tryAllocPixels(const SkImageInfo &info, size_t rowBytes)
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)