Go to the source code of this file.
|
| REG_FIDDLE (Pixmap_writable_addr32, 256, 72, false, 4) |
|
◆ REG_FIDDLE()
REG_FIDDLE |
( |
Pixmap_writable_addr32 |
, |
|
|
256 |
, |
|
|
72 |
, |
|
|
false |
, |
|
|
4 |
|
|
) |
| |
Definition at line 4 of file Pixmap_writable_addr32.cpp.
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)) {
14 *pixmap.writable_addr32(
x,
y) =
15 *pixmap.writable_addr32(pixmap.width() -
x - 1, pixmap.height() -
y - 1);
16 }
17 }
18 }
20 bitmap.installPixels(pixmap);
22}
23}
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
sk_sp< const SkImage > image
static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at)