summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
27afcc3)
Change-Id: Ibcad86dcd3dc20b5ca222983761c245818a62813
Signed-off-by: gitknilch <gitknilch@cwde.de>
Rect r = new Rect(
x0 + p.j * tileWidth - 2,
y0 + p.i * tileHeight - 2,
Rect r = new Rect(
x0 + p.j * tileWidth - 2,
y0 + p.i * tileHeight - 2,
- x0 + p.j * tileWidth * 2 + 2,
- y0 + p.i * tileHeight * 2 + 2);
+ x0 + p.j * tileWidth + tileWidth + 2,
+ y0 + p.i * tileHeight + tileHeight + 2);
cbuffer.drawRect(r, paint);
}
cbuffer.drawRect(r, paint);
}