Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dbmp_logo.c15 #define DEFAULT_CMAP_SIZE 16 /* size of default color map */ macro
70 DEFAULT_CMAP_SIZE); in gen_info()
131 if ((n_colors == 0) || (n_colors > 256 - DEFAULT_CMAP_SIZE)) { in main()
133 n_colors = 256 - DEFAULT_CMAP_SIZE; in main()
183 + DEFAULT_CMAP_SIZE; in main()