HomeSort by relevance Sort by last modified time
    Searched defs:color_type (Results 1 - 25 of 39) sorted by null

1 2

  /external/libpng/contrib/gregbook/
readppm.c 68 int bit_depth, color_type, channels; variable
96 color_type = 2;
99 color_type = 6;
102 color_type = 0;
writepng.c 88 int color_type, interlace_type; local
143 color_type = PNG_COLOR_TYPE_GRAY;
145 color_type = PNG_COLOR_TYPE_RGB;
147 color_type = PNG_COLOR_TYPE_RGB_ALPHA;
157 mainprog_ptr->sample_depth, color_type, interlace_type,
readpng.c 73 int bit_depth, color_type; variable
135 * etc., but want bit_depth and color_type for later [don't care about
138 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
174 * and blue values, regardless of color_type: */
186 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
231 if (color_type == PNG_COLOR_TYPE_PALETTE)
233 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
245 if (color_type == PNG_COLOR_TYPE_GRAY ||
246 color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
readpng2.c 214 int color_type, bit_depth; local
255 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
271 * green and blue values, regardless of color_type: */
280 } else if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) {
303 if (color_type == PNG_COLOR_TYPE_PALETTE)
305 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
317 if (color_type == PNG_COLOR_TYPE_GRAY ||
318 color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 152 int bit_depth, color_type; local
158 &bit_depth, &color_type, 0, 0, 0 );
160 m_iscolor = color_type == PNG_COLOR_TYPE_RGB ||
161 color_type == PNG_COLOR_TYPE_RGB_ALPHA ||
162 color_type == PNG_COLOR_TYPE_PALETTE;
166 m_color_type = color_type;
  /external/pdfium/core/src/fxge/agg/agg23/
agg_renderer_base.h 30 typedef typename pixfmt_type::color_type color_type; typedef in class:agg::renderer_base
105 const color_type& c, cover_type cover)
133 const color_type& c,
agg_pixfmt_gray.h 32 typedef ColorT color_type; typedef in struct:agg::blender_gray
33 typedef typename color_type::value_type value_type;
34 typedef typename color_type::calc_type calc_type;
35 enum base_scale_e { base_shift = color_type::base_shift };
48 typedef typename Blender::color_type color_type; typedef in class:agg::pixel_formats_gray
49 typedef typename color_type::value_type value_type;
50 typedef typename color_type::calc_type calc_type;
52 base_shift = color_type::base_shift,
53 base_size = color_type::base_size
    [all...]
fx_agg_driver.cpp 78 typedef typename base_ren_type::color_type color_type; typedef in class:agg::renderer_scanline_aa_offset
82 void color(const color_type& c)
86 const color_type& color() const
115 color_type m_color;
    [all...]
  /external/freetype/src/sfnt/
pngshim.c 197 int bitdepth, color_type, interlace; local
250 &bitdepth, &color_type, &interlace,
289 if ( color_type == PNG_COLOR_TYPE_PALETTE )
293 if ( color_type == PNG_COLOR_TYPE_GRAY )
313 if ( color_type == PNG_COLOR_TYPE_GRAY ||
314 color_type == PNG_COLOR_TYPE_GRAY_ALPHA )
326 &bitdepth, &color_type, &interlace,
330 !( color_type == PNG_COLOR_TYPE_RGB ||
331 color_type == PNG_COLOR_TYPE_RGB_ALPHA ) )
337 switch ( color_type )
    [all...]
  /external/libpng/contrib/examples/
pngpixel.c 181 int bit_depth, color_type, interlace_method, local
216 &bit_depth, &color_type, &interlace_method,
  /external/libpng/contrib/pngminus/
png2pnm.c 203 int color_type; local
248 &width, &height, &bit_depth, &color_type,
254 if (color_type == PNG_COLOR_TYPE_PALETTE)
257 if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
268 if (color_type == PNG_COLOR_TYPE_GRAY ||
269 color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
282 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
295 if (color_type == PNG_COLOR_TYPE_GRAY)
297 else if (color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
299 else if (color_type == PNG_COLOR_TYPE_RGB
    [all...]
pnm2png.c 200 int color_type; local
230 color_type = PNG_COLOR_TYPE_GRAY;
247 color_type = PNG_COLOR_TYPE_GRAY;
272 color_type = PNG_COLOR_TYPE_RGB;
302 if (color_type == PNG_COLOR_TYPE_GRAY)
303 color_type = PNG_COLOR_TYPE_GRAY_ALPHA;
304 if (color_type == PNG_COLOR_TYPE_RGB)
305 color_type = PNG_COLOR_TYPE_RGB_ALPHA;
348 if (color_type == PNG_COLOR_TYPE_GRAY)
350 else if (color_type == PNG_COLOR_TYPE_GRAY_ALPHA
    [all...]
  /external/libvpx/libvpx/
vpxenc.h 41 ColorInputType color_type; member in struct:VpxEncoderConfig
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 196 int bitdepth, color_type, interlace; local
249 &bitdepth, &color_type, &interlace,
288 if ( color_type == PNG_COLOR_TYPE_PALETTE )
292 if ( color_type == PNG_COLOR_TYPE_GRAY )
312 if ( color_type == PNG_COLOR_TYPE_GRAY ||
313 color_type == PNG_COLOR_TYPE_GRAY_ALPHA )
325 &bitdepth, &color_type, &interlace,
329 !( color_type == PNG_COLOR_TYPE_RGB ||
330 color_type == PNG_COLOR_TYPE_RGB_ALPHA ) )
336 switch ( color_type )
    [all...]
  /bootable/recovery/minui/
resources.cpp 54 int color_type, bit_depth; local
98 &color_type, NULL, NULL, NULL);
102 if (bit_depth == 8 && *channels == 3 && color_type == PNG_COLOR_TYPE_RGB) {
104 } else if (bit_depth <= 8 && *channels == 1 && color_type == PNG_COLOR_TYPE_GRAY) {
107 } else if (bit_depth <= 8 && *channels == 1 && color_type == PNG_COLOR_TYPE_PALETTE) {
115 fprintf(stderr, "minui doesn't support PNG depth %d channels %d color_type %d\n",
116 bit_depth, *channels, color_type);
  /development/tools/etc1tool/
etc1tool.cpp 195 int bit_depth, color_type; local
197 &color_type, NULL, NULL, NULL);
  /external/libpng/
pnginfo.h 67 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */ member in struct:png_info_def
pngrtran.c 957 /* Need the IHDR here because of the check on color_type below. */
981 if (png_ptr->color_type == PNG_COLOR_TYPE_PALETTE)
2235 int color_type; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
pnginfo.h 67 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */ member in struct:png_info_def
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 67 png_byte color_type; /* see PNG_COLOR_TYPE_ below (from IHDR) */ member in struct:png_info_def
pngstruct.h 136 png_byte color_type; /* color type of file */ member in struct:png_struct_def
  /external/pdfium/samples/
image_diff_png.cc 151 int bit_depth, color_type, interlace_type, compression_type; local
154 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type,
170 if (color_type == PNG_COLOR_TYPE_PALETTE ||
171 (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8))
183 if (color_type == PNG_COLOR_TYPE_GRAY ||
184 color_type == PNG_COLOR_TYPE_GRAY_ALPHA)
  /external/libpng/contrib/libtests/
makepng.c 111 channels_of_type(int color_type)
113 if (color_type & PNG_COLOR_MASK_PALETTE)
120 if (color_type & PNG_COLOR_MASK_COLOR)
123 if (color_type & PNG_COLOR_MASK_ALPHA)
132 pixel_depth_of_type(int color_type, int bit_depth)
134 return channels_of_type(color_type) * bit_depth;
138 image_size_of_type(int color_type, int bit_depth, unsigned int *colors)
145 int pixel_depth = pixel_depth_of_type(color_type, bit_depth);
310 generate_row(png_bytep row, size_t rowbytes, unsigned int y, int color_type,
314 png_uint_32 size_max = image_size_of_type(color_type, bit_depth, colors)-1
1281 int color_type = 8; \/* invalid *\/ local
    [all...]
pngimage.c 55 * 1) Color mask bits required - simply a mask to AND with color_type; one of
520 int color_type; member in struct:display
867 &dp->width, &dp->height, &dp->bit_depth, &dp->color_type,
878 int ct = dp->color_type;
919 int bit_depth, color_type; local
924 &color_type, &interlace_method, &compression_method, &filter_method);
934 C(color_type);
989 color_type == PNG_COLOR_TYPE_PALETTE)
1027 switch (color_type)
1057 color_type);
    [all...]
  /external/libvncserver/libvncserver/
tight.c 1796 png_byte color_type; local
    [all...]

Completed in 797 milliseconds

1 2