Lines Matching defs:pal
71 const uint32_t *pal = NULL;
80 pal = rgb444_masks; // abuse pal to hold color masks
85 pal = rgb565_masks; // abuse pal to hold color masks
95 pal = palette256;
98 pal = (uint32_t *)p->data[1];
101 pal = monoblack_pal;
104 if (pal && !pal_entries) pal_entries = 1 << bit_count;
136 bytestream_put_le32(&buf, pal[i] & 0xFFFFFF);