Searched refs:logo_clut (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dpnmtologo.c75 static struct color logo_clut[MAX_LINUX_LOGO_COLORS]; variable in typeref:struct:color
352 if (is_equal(logo_data[i][j], logo_clut[k]))
359 logo_clut[logo_clutsize++] = logo_data[i][j];
370 if (is_equal(logo_data[i][j], logo_clut[k]))
381 write_hex(logo_clut[i].red);
382 write_hex(logo_clut[i].green);
383 write_hex(logo_clut[i].blue);

Completed in 45 milliseconds