Searched refs:color_map (Results 1 – 4 of 4) sorted by relevance
159 register JSAMPROW color_map = cinfo->colormap[0]; in put_demapped_gray() local165 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)])); in put_demapped_gray()
69 void VerifyColorMap(const std::map<int, SkColor>& color_map) { in VerifyColorMap() argument70 for (std::map<int, SkColor>::const_iterator it = color_map.begin(); in VerifyColorMap()71 it != color_map.end(); ++it) { in VerifyColorMap()
780 const color_map *cmap = BScreen().ColorMap(); in BE_SetColors()