Searched defs:num_components (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider_util.h53 Prefix(const string16& prefix, int num_components) argument
55 num_components(num_components) {}
64 int num_components; member in struct:history::Prefix
/external/jpeg/
H A Dtransupp.h93 int num_components; /* # of components in workspace */ member in struct:__anon6603
H A Djdcolor.c515 register int num_components = cinfo->num_components; local
520 for (ci = 0; ci < num_components; ci++) {
525 outptr += num_components;
759 /* Make sure num_components agrees with jpeg_color_space */
762 if (cinfo->num_components != 1)
768 if (cinfo->num_components != 3)
774 if (cinfo->num_components != 4)
779 if (cinfo->num_components < 1)
796 for (ci = 1; ci < cinfo->num_components; c
[all...]
H A Drdjpgcom.c270 int data_precision, num_components; local
279 num_components = read_1_byte();
299 image_width, image_height, num_components, data_precision);
302 if (length != (unsigned int) (8 + num_components * 3))
305 for (ci = 0; ci < num_components; ci++) {
H A Djpeglib.h300 int num_components; /* # of color components in JPEG image */ member in struct:jpeg_compress_struct
429 int num_components; /* # of color components in JPEG image */ member in struct:jpeg_decompress_struct
/external/qemu/distrib/jpeg-6b/
H A Dtransupp.h93 int num_components; /* # of components in workspace */ member in struct:__anon10457
H A Djdcolor.c515 register int num_components = cinfo->num_components; local
520 for (ci = 0; ci < num_components; ci++) {
525 outptr += num_components;
759 /* Make sure num_components agrees with jpeg_color_space */
762 if (cinfo->num_components != 1)
768 if (cinfo->num_components != 3)
774 if (cinfo->num_components != 4)
779 if (cinfo->num_components < 1)
796 for (ci = 1; ci < cinfo->num_components; c
[all...]
H A Drdjpgcom.c270 int data_precision, num_components; local
279 num_components = read_1_byte();
299 image_width, image_height, num_components, data_precision);
302 if (length != (unsigned int) (8 + num_components * 3))
305 for (ci = 0; ci < num_components; ci++) {
H A Djpeglib.h300 int num_components; /* # of color components in JPEG image */ member in struct:jpeg_compress_struct
429 int num_components; /* # of color components in JPEG image */ member in struct:jpeg_decompress_struct
/external/freetype/src/sfnt/
H A Dttsbit.c1348 FT_UShort num_components, count; local
1351 if ( FT_READ_USHORT( num_components ) ||
1352 FT_NEW_ARRAY( components, num_components ) )
1355 count = num_components;
1357 if ( FT_FRAME_ENTER( 4L * num_components ) )
1370 count = num_components;
H A Dttsbit0.c638 FT_UInt num_components, nn; local
651 num_components = FT_NEXT_USHORT( p );
652 if ( p + 4 * num_components > limit )
662 for ( nn = 0; nn < num_components; nn++ )
/external/jhead/
H A Djpgfile.c86 int data_precision, num_components; local
91 num_components = Data[7];
93 if (num_components == 3){
103 ImageInfo.Width, ImageInfo.Height, num_components, data_precision);
/external/mesa3d/src/glsl/
H A Dir.h1254 unsigned num_components:3; member in struct:ir_swizzle_mask
/external/chromium/net/base/
H A Dnet_util.cc2110 int num_components; local
2112 ip_literal.data(), host_comp, &(*ip_number)[0], &num_components);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 222 milliseconds