HomeSort by relevance Sort by last modified time
    Searched refs:ColorMap (Results 1 - 10 of 10) sorted by null

  /external/giflib/
gifalloc.c 46 * ColorMap if that pointer is non-NULL.
50 const GifColorType * ColorMap) {
73 if (ColorMap) {
75 (char *)ColorMap, ColorCount * sizeof(GifColorType));
145 /*** FIXME: What if there are duplicate entries into the colormap to begin
316 /* Deallocate its Colormap */
317 if (sp->ImageDesc.ColorMap) {
318 FreeMapObject(sp->ImageDesc.ColorMap);
319 sp->ImageDesc.ColorMap = NULL;
369 if (sp->ImageDesc.ColorMap) {
    [all...]
dgif_lib.c 357 if (GifFile->Image.ColorMap && GifFile->SavedImages == NULL)
358 FreeMapObject(GifFile->Image.ColorMap);
360 GifFile->Image.ColorMap = MakeMapObject(1 << BitsPerPixel, NULL);
361 if (GifFile->Image.ColorMap == NULL) {
367 for (i = 0; i < GifFile->Image.ColorMap->ColorCount; i++) {
369 FreeMapObject(GifFile->Image.ColorMap);
371 GifFile->Image.ColorMap = NULL;
374 GifFile->Image.ColorMap->Colors[i].Red = Buf[0];
375 GifFile->Image.ColorMap->Colors[i].Green = Buf[1];
376 GifFile->Image.ColorMap->Colors[i].Blue = Buf[2]
    [all...]
gif_lib.h 81 ColorMapObject *ColorMap; /* The local color map */
268 const GifColorType * ColorMap);
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 146 typedef std::map<int, SkColor> ColorMap;
266 ColorMap colors_;
gtk_theme_service.cc 314 ColorMap::const_iterator it = colors_.find(id);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 59 struct Screen *GFX_Display; /* Used for graphics and colormap stuff */
105 /* Colormap handling */
140 #define SDL_DisplayColormap (this->hidden->GFX_Display->ViewPort.ColorMap)
SDL_cgxvideo.c 616 /* Free the colormap entries */
633 ReleasePen(GFX_Display->ViewPort.ColorMap,SDL_XPixels[pixel]);
748 /* Create the appropriate colormap */
776 /* always allocate a private colormap on non-default visuals */
1239 /* Check to make sure we have a colormap allocated */
1241 /* It's easy if we have a hidden colormap */
1263 D(bug("SetColors without colormap!"));
1275 ReleasePen(GFX_Display->ViewPort.ColorMap,SDL_XPixels[pixel]);
1280 SDL_XPixels[i]=ObtainBestPenA(GFX_Display->ViewPort.ColorMap,colors[i].r<<24,colors[i].g<<24,colors[i].b<<24,NULL);
    [all...]
  /external/skia/src/images/
SkMovie_gif.cpp 242 if (frame->ImageDesc.ColorMap != NULL) {
244 cmap = frame->ImageDesc.ColorMap;
SkImageDecoder_libgif.cpp 116 const ColorMapObject* cmap = gif->Image.ColorMap;
122 // no colormap found
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 780 const color_map *cmap = BScreen().ColorMap();
782 /* Get the screen colormap */

Completed in 137 milliseconds