Home
last modified time | relevance | path

Searched refs:set_fcol (Results 1 – 3 of 3) sorted by relevance

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dabout.c176 set_fcol(&stuff_bm, 0x000000); in about_init()
185 set_fcol(&stuff_bm, ((r&0xff00)<<8)|(g&0xff00)|((b&0xff00)>>8)); in about_init()
201 set_fcol(&stuff_bm, ((r&0xff00)<<8)|(g&0xff00)|((b&0xff00)>>8)); in about_init()
217 set_fcol(&stuff_bm, ((r&0xff00)<<8)|(g&0xff00)|((b&0xff00)>>8)); in about_init()
227 set_fcol(&stuff_bm, 0xffffff); in about_init()
229 set_fcol(&stuff_bm, 0xaaaaaa); in about_init()
231 set_fcol(&stuff_bm, 0x888888); in about_init()
233 set_fcol(&stuff_bm, 0x444444); in about_init()
383 set_fcol(&about_bm, 0x000000); in about_frame()
H A Dgui.h57 void set_fcol(struct rawbm *bm, uint32 col);
H A Dgui.c619 void set_fcol(struct rawbm *bm, uint32 col) in set_fcol() function