HomeSort by relevance Sort by last modified time
    Searched defs:color_map (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/
wrppm.c 143 register JSAMPROW color_map = cinfo->colormap[0]; local
149 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)]));
  /external/autotest/tko/
display.py 4 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['blank'
    [all...]

Completed in 175 milliseconds