Home
last modified time | relevance | path

Searched refs:Colors (Results 1 – 25 of 49) sorted by relevance

12

/external/giflib/
Dgifalloc.c55 Object->Colors = (GifColorType *)calloc(ColorCount, sizeof(GifColorType)); in GifMakeMapObject()
56 if (Object->Colors == (GifColorType *) NULL) { in GifMakeMapObject()
65 memcpy((char *)Object->Colors, in GifMakeMapObject()
79 (void)free(Object->Colors); in GifFreeMapObject()
95 Object->Colors[i + j].Red, in DumpColorMap()
96 Object->Colors[i + j].Green, in DumpColorMap()
97 Object->Colors[i + j].Blue); in DumpColorMap()
137 ColorUnion->Colors[i] = ColorIn1->Colors[i]; in GifUnionColorMap()
147 while (ColorIn1->Colors[CrntSlot - 1].Red == 0 in GifUnionColorMap()
148 && ColorIn1->Colors[CrntSlot - 1].Green == 0 in GifUnionColorMap()
[all …]
Ddgif_lib.c276 GifFile->SColorMap->Colors[i].Red = Buf[0]; in DGifGetScreenDesc()
277 GifFile->SColorMap->Colors[i].Green = Buf[1]; in DGifGetScreenDesc()
278 GifFile->SColorMap->Colors[i].Blue = Buf[2]; in DGifGetScreenDesc()
381 GifFile->Image.ColorMap->Colors[i].Red = Buf[0]; in DGifGetImageDesc()
382 GifFile->Image.ColorMap->Colors[i].Green = Buf[1]; in DGifGetImageDesc()
383 GifFile->Image.ColorMap->Colors[i].Blue = Buf[2]; in DGifGetImageDesc()
407 GifFile->Image.ColorMap->Colors); in DGifGetImageDesc()
Dgif_lib.h43 GifColorType *Colors; /* on malloc(3) heap */ member
/external/llvm/include/llvm/Support/
Draw_ostream.h64 enum Colors { enum
219 virtual raw_ostream &changeColor(enum Colors Color,
376 virtual raw_ostream &changeColor(enum Colors colors, bool bold=false,
/external/llvm/unittests/Support/
DYAMLIOTest.cpp282 enum Colors { enum
290 Colors c1;
291 Colors c2;
292 Colors c3;
293 Colors c4;
294 Colors c5;
295 Colors c6;
301 struct ScalarEnumerationTraits<Colors> {
302 static void enumeration(IO &io, Colors &value) { in enumeration()
/external/mesa3d/src/gallium/docs/source/cso/
Dvelems.rst39 Colors section in Input Formats
42 Colors, both front- and back-facing, may omit the alpha component, only using
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
Dvelems.rst39 Colors section in Input Formats
42 Colors, both front- and back-facing, may omit the alpha component, only using
/external/clang/lib/Frontend/
DTextDiagnostic.cpp27 static const enum raw_ostream::Colors noteColor =
29 static const enum raw_ostream::Colors fixitColor =
31 static const enum raw_ostream::Colors caretColor =
33 static const enum raw_ostream::Colors warningColor =
35 static const enum raw_ostream::Colors templateColor =
37 static const enum raw_ostream::Colors errorColor = raw_ostream::RED;
38 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED;
40 static const enum raw_ostream::Colors savedColor =
/external/llvm/lib/Support/
DGraphWriter.cpp61 static const char* Colors[NumColors] = { in getColorString() local
65 return Colors[ColorNumber % NumColors]; in getColorString()
Draw_ostream.cpp597 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, in changeColor()
/external/skia/src/images/
DSkImageDecoder_libgif.cpp298 cmap->Colors[index].Red,
299 cmap->Colors[index].Green,
300 cmap->Colors[index].Blue);
DSkMovie_gif.cpp120 const GifColorType& col = cmap->Colors[*src]; in copyLine()
392 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; in onGetBitmap()
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libgif.cpp298 cmap->Colors[index].Red,
299 cmap->Colors[index].Green,
300 cmap->Colors[index].Blue);
DSkMovie_gif.cpp120 const GifColorType& col = cmap->Colors[*src]; in copyLine()
392 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor]; in onGetBitmap()
/external/chromium_org/cc/test/
Dlayer_tree_pixel_test.h89 enum Colors { enum
/external/clang/tools/diagtool/
DTreeView.cpp43 llvm::raw_ostream::Colors Color) { in setColor()
/external/chromium_org/chrome/browser/resources/net_internals/
Dwaterfall_view.css175 /* Colors every fifth bar red. */
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcollected_cookies_mac.mm30 // Colors for the infobar.
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
Dcollected_cookies_mac.mm49 // Colors for the infobar.
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm331 // Colors chosen to match Windows code.
/external/clang/lib/Analysis/
DCFG.cpp3856 const raw_ostream::Colors Color = raw_ostream::BLUE; in print_block()
3885 const raw_ostream::Colors Color = raw_ostream::MAGENTA; in print_block()
/external/clang/lib/AST/
DASTDumper.cpp37 raw_ostream::Colors Color;
/external/smack/asmack-master/jingle/
D60-remove-jingle_mediaimpl.patch1594 - return "Colors/Quantize...";
/external/libexif/po/
Dlibexif-12.pot5235 msgid "Colors"
Dru.po5425 msgid "Colors"

12