Home
last modified time | relevance | path

Searched refs:color_map (Results 1 – 4 of 4) sorted by relevance

/external/jpeg/
Dwrppm.c159 register JSAMPROW color_map = cinfo->colormap[0]; in put_demapped_gray() local
165 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)])); in put_demapped_gray()
/external/qemu/distrib/jpeg-6b/
Dwrppm.c159 register JSAMPROW color_map = cinfo->colormap[0]; in put_demapped_gray() local
165 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)])); in put_demapped_gray()
/external/chromium/chrome/browser/themes/
Dbrowser_theme_pack_unittest.cc69 void VerifyColorMap(const std::map<int, SkColor>& color_map) { in VerifyColorMap() argument
70 for (std::map<int, SkColor>::const_iterator it = color_map.begin(); in VerifyColorMap()
71 it != color_map.end(); ++it) { in VerifyColorMap()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc780 const color_map *cmap = BScreen().ColorMap(); in BE_SetColors()