Searched defs:color_map (Results 1 - 2 of 2) sorted by relevance

/external/autotest/tko/
H A Ddisplay.py4 color_map = { variable
39 defined in the color_map
43 ### color_map augmenting - as long as
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['blan
[all...]
/external/libjpeg-turbo/
H A Dwrppm.c143 register JSAMPROW color_map = cinfo->colormap[0]; local
149 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)]));

Completed in 135 milliseconds