projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new scaling based on the Bresenham algorithm
[mikachu/openbox.git]
/
render
/
image.h
1
#ifndef __image_h
2
#define __image_h
3
4
#include "render.h"
5
#include "geom.h"
6
7
void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
8
gint target_w, gint target_h,
9
RrRect *area);
10
11
#endif