Go to the source code of this file.
◆ REG_FIDDLE()
REG_FIDDLE |
( |
ImageInfo_isOpaque |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
true |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file ImageInfo_isOpaque.cpp.
4 {
11 for (int index = 0; index < 2; ++index) {
13 bitmap.eraseColor(0x00000000);
15 bitmap.eraseColor(0xFFFFFFFF);
19 }
20}
21}
@ kOpaque_SkAlphaType
pixel is opaque
@ 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)
SkImageInfo makeAlphaType(SkAlphaType newAlphaType) const
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)