4 {
6 std::vector<int32_t> pixels;
12 if (pixmap.extractSubset(&
inset, {128, 128, 512, 512})) {
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",
17 "RGBA_F16"};
18 SkDebugf(
"width: %d height: %d color: %s alpha: %s\n",
info.width(),
info.height(),
20 }
21}
22}
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
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
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)