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

  /external/giflib/
gifalloc.c 65 Object->Colors = (GifColorType *)calloc(ColorCount, sizeof(GifColorType));
66 if (Object->Colors == (GifColorType *) NULL) {
74 memcpy((char *)Object->Colors,
88 free(Object->Colors);
110 Object->Colors[i + j].Red,
111 Object->Colors[i + j].Green,
112 Object->Colors[i + j].Blue);
122 * fit into 256 colors, NULL is returned, the allocated union otherwise.
123 * ColorIn1 is copied as is to ColorUnion, while colors from ColorIn2 are
148 ColorUnion->Colors[i] = ColorIn1->Colors[i]
    [all...]
dgif_lib.c 273 GifFile->SColorMap->Colors[i].Red = Buf[0];
274 GifFile->SColorMap->Colors[i].Green = Buf[1];
275 GifFile->SColorMap->Colors[i].Blue = Buf[2];
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];
403 GifFile->Image.ColorMap->Colors);
    [all...]
gif_lib.h 75 GifColorType *Colors; /* on malloc(3) heap */
86 SColorResolution, /* How many colors can we generate? */
  /dalvik/tests/044-proxy/src/
BasicTest.java 48 Colors colors = (Colors) proxy; local
49 colors.red(1.0f);
50 colors.blue(777);
51 colors.mauve("sorry");
52 colors.blob();
89 new Class[] { Quads.class, Colors.class });
138 interface Colors {
160 class Mix implements Quads, Colors {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 229 cmap->Colors[index].Red,
230 cmap->Colors[index].Green,
231 cmap->Colors[index].Blue);
SkMovie_gif.cpp 173 colorPtr[index] = SkPackARGB32(0xFF, cmap->Colors[index].Red,
174 cmap->Colors[index].Green, cmap->Colors[index].Blue);

Completed in 29 milliseconds