Searched refs:Colors (Results 1 - 25 of 29) sorted by relevance

12

/external/giflib/
H A Dgifalloc.c55 Object->Colors = (GifColorType *)calloc(ColorCount, sizeof(GifColorType));
56 if (Object->Colors == (GifColorType *) NULL) {
65 memcpy((char *)Object->Colors,
79 (void)free(Object->Colors);
95 Object->Colors[i + j].Red,
96 Object->Colors[i + j].Green,
97 Object->Colors[i + j].Blue);
137 ColorUnion->Colors[i] = ColorIn1->Colors[i];
147 while (ColorIn1->Colors[CrntSlo
[all...]
H A Ddgif_lib.c276 GifFile->SColorMap->Colors[i].Red = Buf[0];
277 GifFile->SColorMap->Colors[i].Green = Buf[1];
278 GifFile->SColorMap->Colors[i].Blue = Buf[2];
381 GifFile->Image.ColorMap->Colors[i].Red = Buf[0];
382 GifFile->Image.ColorMap->Colors[i].Green = Buf[1];
383 GifFile->Image.ColorMap->Colors[i].Blue = Buf[2];
407 GifFile->Image.ColorMap->Colors);
H A Dgif_lib.h43 GifColorType *Colors; /* on malloc(3) heap */ member in struct:ColorMapObject
/external/libcxx/test/utilities/function.objects/unord.hash/
H A Denum.pass.cpp24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; class
54 test<Colors>();
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp232 static void PNG_PredictorEncode(FX_LPBYTE& data_buf, FX_DWORD& data_size, int predictor, int Colors, int BitsPerComponent, int Columns) argument
234 int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8;
235 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8;
386 int Colors, int BitsPerComponent, int Columns)
388 int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8;
389 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8;
473 static void TIFF_PredictorEncodeLine(FX_LPBYTE dest_buf, int row_size, int BitsPerComponent, int Colors, int Columns) argument
475 int BytesPerPixel = BitsPerComponent * Colors / 8;
483 int row_bits = Colors * BitsPerComponent * Columns;
511 int Colors, in
385 PNG_Predictor(FX_LPBYTE& data_buf, FX_DWORD& data_size, int Colors, int BitsPerComponent, int Columns) argument
510 TIFF_PredictorEncode(FX_LPBYTE& data_buf, FX_DWORD& data_size, int Colors, int BitsPerComponent, int Columns) argument
524 TIFF_PredictLine(FX_LPBYTE dest_buf, int row_size, int BitsPerComponent, int Colors, int Columns) argument
555 TIFF_Predictor(FX_LPBYTE& data_buf, FX_DWORD& data_size, int Colors, int BitsPerComponent, int Columns) argument
621 Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns) argument
[all...]
H A Dcodec_int.h119 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns);
121 int predictor, int Colors, int BitsPerComponent, int Columns,
124 int predictor, int Colors, int BitsPerComponent, int Columns,
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp219 static FX_BOOL CheckFlateDecodeParams(int Colors, int BitsPerComponent, int Columns) argument
225 if (Colors < 0 || (check > 0 && Colors > INT_MAX / check)) {
228 check *= Colors;
244 int Colors = 0, BitsPerComponent = 0, Columns = 0; local
248 Colors = pParams->GetInteger(FX_BSTRC("Colors"), 1);
251 if (!CheckFlateDecodeParams(Colors, BitsPerComponent, Columns)) {
256 nComps, bpc, predictor, Colors, BitsPerComponent, Columns);
263 int Colors local
518 FlateEncode(FX_LPCBYTE src_buf, FX_DWORD src_size, int predictor, int Colors, int BitsPerComponent, int Columns, FX_LPBYTE& dest_buf, FX_DWORD& dest_size) argument
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp23 int64_t SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::Colors(SkPdfNativeDoc* doc) { function in class:SkPdfLzwdecodeAndFlatedecodeFiltersDictionary
24 SkPdfNativeObject* ret = get("Colors", "");
32 return get("Colors", "") != NULL;
H A DSkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.h523 int64_t Colors(SkPdfNativeDoc* doc);
/external/llvm/include/llvm/Support/
H A DFormattedStream.h143 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
H A Draw_ostream.h69 enum Colors { enum in class:llvm::raw_ostream
224 virtual raw_ostream &changeColor(enum Colors Color,
381 raw_ostream &changeColor(enum Colors colors, bool bold=false,
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp23 int64_t SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::Colors(SkPdfNativeDoc* doc) { function in class:SkPdfLzwdecodeAndFlatedecodeFiltersDictionary
24 SkPdfNativeObject* ret = get("Colors", "");
32 return get("Colors", "") != NULL;
H A DSkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.h523 int64_t Colors(SkPdfNativeDoc* doc);
/external/pdfium/core/include/fxcodec/
H A Dfx_codec.h127 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns) = 0;
129 int predictor, int Colors, int BitsPerComponent, int Columns,
132 int predictor, int Colors, int BitsPerComponent, int Columns,
/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp27 static const enum raw_ostream::Colors noteColor =
29 static const enum raw_ostream::Colors remarkColor =
31 static const enum raw_ostream::Colors fixitColor =
33 static const enum raw_ostream::Colors caretColor =
35 static const enum raw_ostream::Colors warningColor =
37 static const enum raw_ostream::Colors templateColor =
39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED;
40 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED;
42 static const enum raw_ostream::Colors savedColor =
/external/llvm/lib/Support/
H A DGraphWriter.cpp61 static const char* Colors[NumColors] = { local
65 return Colors[ColorNumber % NumColors];
H A Draw_ostream.cpp605 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold,
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp344 cmap->Colors[index].Red,
345 cmap->Colors[index].Green,
346 cmap->Colors[index].Blue);
H A DSkMovie_gif.cpp120 const GifColorType& col = cmap->Colors[*src];
390 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor];
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp345 cmap->Colors[index].Red,
346 cmap->Colors[index].Green,
347 cmap->Colors[index].Blue);
H A DSkMovie_gif.cpp120 const GifColorType& col = cmap->Colors[*src];
390 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor];
/external/clang/tools/diagtool/
H A DTreeView.cpp41 void setColor(llvm::raw_ostream::Colors Color) {
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp432 enum Colors { enum
440 Colors c1;
441 Colors c2;
442 Colors c3;
443 Colors c4;
444 Colors c5;
445 Colors c6;
451 struct ScalarEnumerationTraits<Colors> {
452 static void enumeration(IO &io, Colors &value) {
/external/clang/lib/AST/
H A DASTDumper.cpp34 // Colors used for various parts of the AST dump
38 raw_ostream::Colors Color;
/external/clang/lib/Analysis/
H A DCFG.cpp4244 const raw_ostream::Colors Color = raw_ostream::BLUE;
4282 const raw_ostream::Colors Color = raw_ostream::MAGENTA;

Completed in 3239 milliseconds

12