Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dpnmtologo.c265 static void write_hex(unsigned char byte) in write_hex() function
296 write_hex(val); in write_logo_mono()
337 write_hex(val); in write_logo_vga16()
372 write_hex(k+32); in write_logo_clut224()
381 write_hex(logo_clut[i].red); in write_logo_clut224()
382 write_hex(logo_clut[i].green); in write_logo_clut224()
383 write_hex(logo_clut[i].blue); in write_logo_clut224()
406 write_hex(logo_data[i][j].red); in write_logo_gray256()