Lines Matching refs:fColorMap
85 : fColorMap(NULL), in PaletteConverter()
97 : fColorMap(NULL), in PaletteConverter()
110 : fColorMap(NULL), in PaletteConverter()
144 fColorMap = fOwnColorMap; in SetTo()
192 fColorMap = colorMap; in SetTo()
193 fCStatus = (fColorMap ? B_OK : B_BAD_VALUE); in SetTo()
221 return fColorMap->index_map[rgb]; in IndexForRGB15()
239 return fColorMap->index_map[(red << 10) | (green << 5) | blue]; in IndexForRGB15()
254 return fColorMap->index_map[((rgb >> 1) & 0x7fe0) | (rgb & 0x1f)]; in IndexForRGB16()
272 return fColorMap->index_map[(red << 10) | ((green & 0x3e) << 4) | blue]; in IndexForRGB16()
287 return fColorMap->index_map[((rgb & 0xf8000000) >> 17) in IndexForRGB24()
306 return fColorMap->index_map[((red & 0xf8) << 7) in IndexForRGB24()
355 return fColorMap->color_list[index]; in RGBColorForIndex()
371 const rgb_color &color = fColorMap->color_list[index]; in RGB15ColorForIndex()
390 const rgb_color &color = fColorMap->color_list[index]; in RGB16ColorForIndex()
409 const rgb_color &color = fColorMap->color_list[index]; in RGBA32ColorForIndex()
434 const rgb_color &color = fColorMap->color_list[index]; in RGBA32ColorForIndex()
453 const rgb_color &color = fColorMap->color_list[index]; in GrayColorForIndex()