Searched refs:colors (Results 51 - 75 of 86) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_color.c180 sizeof(struct colors) : sizeof(struct ptrs));
491 t = (union tree *)MALLOC(sizeof(struct colors));
525 - okcolors - promote subcolors to full colors
635 - rainbow - add arcs of all full colors (but one) between specified states
659 - colorcomplement - add arcs of complementary colors
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations.c669 PPR; printf(" colors: %u%s\n", (unsigned)block->data.picture.colors, block->data.picture.colors? "" : " (unindexed)");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c1237 static struct { struct fb_bitfield red, green, blue, transp; int bits_per_pixel; } colors[] = { variable in typeref:struct:__anon16284
1767 vesafb_defined.red = colors[depth-1].red;
1768 vesafb_defined.green = colors[depth-1].green;
1769 vesafb_defined.blue = colors[depth-1].blue;
1770 vesafb_defined.bits_per_pixel = colors[depth-1].bits_per_pixel;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dpnghand.cpp47 extern void wxMacDestroyColorTable( CTabHandle colors ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c496 object->data.picture.colors = 0;
612 to->data.picture.colors = object->data.picture.colors;
849 if(block1->colors != block2->colors)
H A Dstream_encoder_framing.c201 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.colors, FLAC__STREAM_METADATA_PICTURE_COLORS_LEN))
H A Dmetadata_iterators.c315 obj->data.picture.colors <= max_colors &&
2459 block->colors = unpack_uint32_(buffer, len);
2815 pack_uint32_(block->colors, buffer, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1075 return object_->data.picture.colors;
1131 object_->data.picture.colors = value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dov519.c87 __u8 colors; member in struct:sd
1829 * deleting bit7 colors the first images red */
3150 sd->colors = COLOR_DEF;
4286 val = sd->colors;
4427 sd->colors = val;
4437 *val = sd->colors;
H A Dspca501.c36 __u8 colors; member in struct:sd
1900 reg_write(gspca_dev->dev, SPCA501_REG_CCDSP, 0x0c, sd->colors);
1930 sd->colors = sd_ctrls[MY_COLOR].qctrl.default_value;
2094 sd->colors = val;
2104 *val = sd->colors;
H A Dsonixj.c43 u8 colors; member in struct:sd
1794 sd->colors = COLOR_DEF;
2057 v = uv[i] * sd->colors / COLOR_DEF;
2737 sd->colors = val;
2747 *val = sd->colors;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp625 Color colors[] = {Color( cColor.Alpha(), cColor.Red(),cColor.Green() , cColor.Blue() )}; local
627 b->SetSurroundColors(colors, &count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvivi.c206 enum colors { enum
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbitmap.tex93 on program start-up to look up colors. This ensures a very fast conversion, but
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dmakefile.ansi139 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.bcc197 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.dj145 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.manx139 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.mc6172 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.mms143 mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.sas177 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.unix153 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.vc136 .\djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.wat147 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg

Completed in 268 milliseconds

1234