4REG_FIDDLE(ImageInfo_equal1_operator, 256, 256,
true, 0) {
8 SkDebugf(
"info1 %c= info2\n", info1 == info2 ?
'=' :
'!');
9 info2 = info2.
makeWH(10, 20);
10 SkDebugf(
"info1 %c= info2\n", info1 == info2 ?
'=' :
'!');
12 SkDebugf(
"info1 %c= info2\n", info1 == info2 ?
'=' :
'!');
14 SkDebugf(
"info1 %c= info2\n", info1 == info2 ?
'=' :
'!');
REG_FIDDLE(ImageInfo_equal1_operator, 256, 256, true, 0)
@ kPremul_SkAlphaType
pixel components are premultiplied by alpha
@ kAlpha_8_SkColorType
pixel with alpha in 8-bit byte
@ kGray_8_SkColorType
pixel with grayscale level in 8-bit byte
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
SkImageInfo makeWH(int newWidth, int newHeight) const
SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)
SkImageInfo makeColorType(SkColorType newColorType) const