4REG_FIDDLE(Pixmap_writable_addr32, 256, 72,
false, 4) {
6 std::vector<int32_t> pixels;
11 for (
int y = 0;
y < pixmap.
height() / 2; ++
y) {
12 for (
int x = 0;
x < pixmap.
width(); ++
x) {
13 if ((
x & 4) == (
y & 4)) {
20 bitmap.installPixels(pixmap);
REG_FIDDLE(Pixmap_writable_addr32, 256, 72, false, 4)
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
void drawImage(const SkImage *image, SkScalar left, SkScalar top)
bool readPixels(GrDirectContext *context, const SkImageInfo &dstInfo, void *dstPixels, size_t dstRowBytes, int srcX, int srcY, CachingHint cachingHint=kAllow_CachingHint) const
SkAlphaType alphaType() const
uint32_t * writable_addr32(int x, int y) const
sk_sp< const SkImage > image
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)