6 std::vector<int32_t> pixels;
14 const char* alphas[] = {
"Unknown",
"Opaque",
"Premul",
"Unpremul"};
15 const char*
colors[] = {
"Unknown",
"Alpha_8",
"RGB_565",
"ARGB_4444",
"RGBA_8888",
16 "RGB_888x",
"BGRA_8888",
"RGBA_1010102",
"RGB_101010x",
"Gray_8",
"RGBA_F16Norm",
18 SkDebugf(
"width: %d height: %d color: %s alpha: %s\n",
info.width(),
info.height(),
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
REG_FIDDLE(Pixmap_info, 256, 256, true, 3)
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
bool readPixels(GrDirectContext *context, const SkImageInfo &dstInfo, void *dstPixels, size_t dstRowBytes, int srcX, int srcY, CachingHint cachingHint=kAllow_CachingHint) const
SkAlphaType alphaType() const
bool extractSubset(SkPixmap *subset, const SkIRect &area) const
sk_sp< const SkImage > image
PODArray< SkColor > colors
static SkRect inset(const SkRect &r)
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)