Searched refs:color_map (Results 1 – 5 of 5) 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()
1102 const uint32_t* const color_map = transform->data_; in ColorIndexInverseTransform() local1115 *dst++ = color_map[packed_pixels & bit_mask]; in ColorIndexInverseTransform()1123 *dst++ = color_map[((*src++) >> 8) & 0xff]; in ColorIndexInverseTransform()
792 const color_map *cmap = BScreen().ColorMap(); in BE_GL_LoadLibrary()