PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>
Go to the source code of this file.
Typedefs | |
typedef signed char | dithermx_t[16] |
Functions | |
qword_t * | draw_dithering (qword_t *q, int enable) |
qword_t * | draw_dither_matrix (qword_t *q, char *dm) |
Draw library dithering functions
Definition in file draw_dithering.h.
typedef signed char dithermx_t[16] |
Definition at line 11 of file draw_dithering.h.
qword_t * draw_dithering | ( | qword_t * | q, |
int | enable | ||
) |
Dithering Switch
Definition at line 108 of file draw_environment.c.
References draw_dithering(), GIF_FLG_PACKED, GIF_REG_AD, and GS_REG_DTHE.
Referenced by draw_dithering().
qword_t * draw_dither_matrix | ( | qword_t * | q, |
char * | dm | ||
) |
Dithering Matrix
Definition at line 121 of file draw_environment.c.
References draw_dither_matrix(), GIF_FLG_PACKED, GIF_REG_AD, and GS_REG_DIMX.
Referenced by draw_dither_matrix().