Searched refs:color_map (Results 1 – 6 of 6) sorted by relevance
/external/autotest/tko/ |
D | display.py | 4 color_map = { variable 45 keys = filter(lambda key: key.endswith('pct'), color_map.keys()) 52 % color_map[key] 115 if color_map.has_key(color_key): 116 self.color = color_map[color_key] 118 self.color = color_map['header'] 120 self.color = color_map['plain_text'] 122 self.color = color_map['blank'] 281 color_map['borders'])
|
/external/v8/build/android/pylib/utils/ |
D | logging_utils.py | 34 color_map = { variable in ColorStreamHandler 59 return self.color_map[log_level] + message + colorama.Style.RESET_ALL
|
/external/webp/src/dsp/ |
D | lossless_mips_dsp_r2.c | 23 const uint32_t* const color_map, \ 78 : [color_map]"r"(color_map) \ 83 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
|
D | lossless.c | 317 static void F_NAME(const TYPE* src, const uint32_t* const color_map, \ 323 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \ 333 const uint32_t* const color_map = transform->data_; \ 347 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \ 352 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
|
D | lossless.h | 93 const uint32_t* const color_map, 97 const uint32_t* const color_map,
|
/external/libjpeg-turbo/ |
D | wrppm.c | 143 register JSAMPROW color_map = cinfo->colormap[0]; in put_demapped_gray() local 149 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)])); in put_demapped_gray()
|