ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
draw_dithering.h
Go to the documentation of this file.
1 
6 #ifndef __DRAW_DITHERING_H__
7 #define __DRAW_DITHERING_H__
8 
9 #include <tamtypes.h>
10 
11 typedef signed char dithermx_t[16];
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
18 qword_t *draw_dithering(qword_t *q, int enable);
19 
21 qword_t *draw_dither_matrix(qword_t *q,char *dm);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /*__DRAW_DITHERING_H__*/
qword_t * draw_dithering(qword_t *q, int enable)
qword_t * draw_dither_matrix(qword_t *q, char *dm)
signed char dithermx_t[16]