Home
last modified time | relevance | path

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

/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/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/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/webp/src/dsp/
Dlossless.c1102 const uint32_t* const color_map = transform->data_; in ColorIndexInverseTransform() local
1115 *dst++ = color_map[packed_pixels & bit_mask]; in ColorIndexInverseTransform()
1123 *dst++ = color_map[((*src++) >> 8) & 0xff]; in ColorIndexInverseTransform()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc792 const color_map *cmap = BScreen().ColorMap(); in BE_GL_LoadLibrary()