PS2SDK
PS2 Homebrew Libraries
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 extern qword_t *draw_dithering(qword_t *q, int enable);
19 
21 extern qword_t *draw_dither_matrix(qword_t *q,char *dm);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /*__DRAW_DITHERING_H__*/
draw_dithering
qword_t * draw_dithering(qword_t *q, int enable)
Definition: draw_environment.c:108
tamtypes.h
draw_dither_matrix
qword_t * draw_dither_matrix(qword_t *q, char *dm)
Definition: draw_environment.c:121