Lines Matching defs:cols
108 int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col)
113 cols[0] = grps[3 * (y >> 1)];
116 cols[1]= grps[(x >> 1) + 1];
117 out[x + y*stride] = cols[col & ((1 << bpp) - 1)];
160 uint8_t cols[4], grps[4];
195 bytestream2_get_buffer(&gb, cols, 2);
197 draw_n_color(out + i*stride, stride, 8, 1, 1, cols,
209 bytestream2_get_buffer(&gb, cols, 2);
211 1, cols, NULL, bytestream2_get_le16(&gb));
213 bytestream2_get_buffer(&gb, cols, 4);
215 2, cols, NULL, bytestream2_get_le32(&gb));
219 1, cols, grps, bytestream2_get_le16(&gb));