Home | History | Annotate | Download | only in iomd

Lines Matching defs:CMAP_SIZE

68 #define	CMAP_SIZE	256	/* 256 R/G/B entries */
69 uint8_t r[CMAP_SIZE];
70 uint8_t g[CMAP_SIZE];
71 uint8_t b[CMAP_SIZE];
378 wsd_fbip->cmsize = CMAP_SIZE;
538 for (index = 0; index < CMAP_SIZE; index++) {
631 for (index = 0; index < CMAP_SIZE; index++, p += 3) {
647 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)
669 if (index >= CMAP_SIZE || count > CMAP_SIZE - index)