Go to the source code of this file.
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Bitmap_isOpaque |
, |
|
|
256 |
, |
|
|
256 |
, |
|
|
true |
, |
|
|
0 |
|
|
) |
| |
Definition at line 4 of file Bitmap_isOpaque.cpp.
4 {
10 for (int index = 0; index < 2; ++index) {
12 bitmap.eraseColor(0x00000000);
14 bitmap.eraseColor(0xFFFFFFFF);
17 }
18}
19}
@ 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)
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)