HomeSort by relevance Sort by last modified time
    Searched refs:png_uint_16 (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/libpng/contrib/libtests/
pngstest-errors.h 17 static png_uint_16 gpc_error[16/*in*/][16/*out*/][4/*a*/] =
101 static png_uint_16 gpc_error_via_linear[16][4/*out*/][4] =
137 static png_uint_16 gpc_error_to_colormap[8/*i*/][8/*o*/][4] =
  /external/libpng/
pngstruct.h 121 png_uint_16 rendering_intent; /* Rendering intent of a profile */
125 png_uint_16 flags; /* As defined below */
240 png_uint_16 num_palette; /* number of color entries in palette */
247 png_uint_16 num_trans; /* number of transparency values */
270 png_uint_16 filler; /* filler bytes for pixel expansion */
344 png_uint_16 offset_table_number;
345 png_uint_16 offset_table_count;
346 png_uint_16 offset_table_count_free;
390 png_uint_16 rgb_to_gray_red_coeff;
391 png_uint_16 rgb_to_gray_green_coeff
    [all...]
pnginfo.h 63 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
pngconf.h 472 * png_uint_16 and png_int_16 should always be two bytes in size - this is
495 typedef unsigned int png_uint_16; typedef
497 typedef unsigned short png_uint_16; typedef
584 typedef png_uint_16 * png_uint_16p;
585 typedef const png_uint_16 * png_const_uint_16p;
608 typedef png_uint_16 * * png_uint_16pp;
pngrtran.c 736 png_ptr->num_palette = (png_uint_16)num_palette;
    [all...]
png.h 263 * "png_uint_16 year" in png_time_struct.
512 * be png_byte or png_uint_16 (as defined below).
527 png_uint_16 red; /* for use in red green blue files */
528 png_uint_16 green;
529 png_uint_16 blue;
530 png_uint_16 gray; /* for use in grayscale files */
554 png_uint_16 red;
555 png_uint_16 green;
556 png_uint_16 blue;
557 png_uint_16 alpha
    [all...]
png.c     [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 121 png_uint_16 rendering_intent; /* Rendering intent of a profile */
125 png_uint_16 flags; /* As defined below */
240 png_uint_16 num_palette; /* number of color entries in palette */
247 png_uint_16 num_trans; /* number of transparency values */
270 png_uint_16 filler; /* filler bytes for pixel expansion */
344 png_uint_16 offset_table_number;
345 png_uint_16 offset_table_count;
346 png_uint_16 offset_table_count_free;
390 png_uint_16 rgb_to_gray_red_coeff;
391 png_uint_16 rgb_to_gray_green_coeff
    [all...]
pnginfo.h 63 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
pngconf.h 472 * png_uint_16 and png_int_16 should always be two bytes in size - this is
495 typedef unsigned int png_uint_16; typedef
497 typedef unsigned short png_uint_16; typedef
584 typedef png_uint_16 * png_uint_16p;
585 typedef const png_uint_16 * png_const_uint_16p;
608 typedef png_uint_16 * * png_uint_16pp;
pngrtran.c 736 png_ptr->num_palette = (png_uint_16)num_palette;
    [all...]
png.h 262 * "png_uint_16 year" in png_time_struct.
512 * be png_byte or png_uint_16 (as defined below).
527 png_uint_16 red; /* for use in red green blue files */
528 png_uint_16 green;
529 png_uint_16 blue;
530 png_uint_16 gray; /* for use in grayscale files */
554 png_uint_16 red;
555 png_uint_16 green;
556 png_uint_16 blue;
557 png_uint_16 alpha
    [all...]
png.c     [all...]
  /external/skia/third_party/libpng/
pngstruct.h 121 png_uint_16 rendering_intent; /* Rendering intent of a profile */
125 png_uint_16 flags; /* As defined below */
240 png_uint_16 num_palette; /* number of color entries in palette */
247 png_uint_16 num_trans; /* number of transparency values */
270 png_uint_16 filler; /* filler bytes for pixel expansion */
344 png_uint_16 offset_table_number;
345 png_uint_16 offset_table_count;
346 png_uint_16 offset_table_count_free;
390 png_uint_16 rgb_to_gray_red_coeff;
391 png_uint_16 rgb_to_gray_green_coeff
    [all...]
pnginfo.h 63 png_uint_16 num_palette; /* number of color entries in "palette" (PLTE) */
64 png_uint_16 num_trans; /* number of transparent palette color (tRNS) */
pngconf.h 472 * png_uint_16 and png_int_16 should always be two bytes in size - this is
495 typedef unsigned int png_uint_16; typedef
497 typedef unsigned short png_uint_16; typedef
584 typedef png_uint_16 * png_uint_16p;
585 typedef const png_uint_16 * png_const_uint_16p;
608 typedef png_uint_16 * * png_uint_16pp;
pngrtran.c 736 png_ptr->num_palette = (png_uint_16)num_palette;
    [all...]
png.h 262 * "png_uint_16 year" in png_time_struct.
512 * be png_byte or png_uint_16 (as defined below).
527 png_uint_16 red; /* for use in red green blue files */
528 png_uint_16 green;
529 png_uint_16 blue;
530 png_uint_16 gray; /* for use in grayscale files */
554 png_uint_16 red;
555 png_uint_16 green;
556 png_uint_16 blue;
557 png_uint_16 alpha
    [all...]
png.c     [all...]
  /external/syslinux/com32/lib/libpng/
pngrtran.c 476 png_ptr->num_palette = (png_uint_16)num_palette;
717 png_uint_16 red_int, green_int;
725 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L);
726 green_int = (png_uint_16)(((png_uint_32)green*32768L)/100000L);
737 (png_uint_16)(32768 - red_int - green_int);
821 png_ptr->background.gray *= (png_uint_16)0xff;
826 png_ptr->trans_values.gray *= (png_uint_16)0xff;
833 png_ptr->background.gray *= (png_uint_16)0x55;
838 png_ptr->trans_values.gray *= (png_uint_16)0x55;
845 png_ptr->background.gray *= (png_uint_16)0x11
    [all...]
pngwtran.c 275 png_uint_16 v;
298 png_uint_16 v;
322 png_uint_16 value, v;
325 v = (png_uint_16)(((png_uint_16)(*bp) << 8) + *(bp + 1));
330 value |= (png_uint_16)((v << j) & (png_uint_16)0xffff);
332 value |= (png_uint_16)((v >> (-j)) & (png_uint_16)0xffff);
pngwrite.c 435 ptime->year = (png_uint_16)(1900 + ttime->tm_year);
    [all...]
  /external/libpng/contrib/tools/
makesRGB.c 36 static png_uint_16 png_sRGB_table[256];
37 static png_uint_16 png_sRGB_base[512];
60 png_uint_16
71 return (png_uint_16)x;
213 png_uint_16 base = png_sRGB_base[ibase >> 7], trybase = base, ob=base;
391 printf("PNG_CONST png_uint_16 png_sRGB_table[256] =\n{\n ");
404 printf("PNG_CONST png_uint_16 png_sRGB_base[512] =\n{\n ");
  /external/libpng/contrib/examples/
simpleover.c 104 png_imagep image, const png_uint_16 *buffer)
133 const png_uint_16 *in_pixel = buffer + (y * image->width + x)*4;
141 png_uint_16 *out_pixel = sprite->buffer +
431 buf_size = sizeof (png_uint_16 [4]);
440 if (tmp == sizeof (png_uint_16 [4]))
  /external/syslinux/com32/include/
png.h 422 * "png_uint_16 year" in png_time_struct.
622 * be png_byte or png_uint_16 (as defined below).
636 png_uint_16 red; /* for use in red green blue files */
637 png_uint_16 green;
638 png_uint_16 blue;
639 png_uint_16 gray; /* for use in grayscale files */
661 png_uint_16 red;
662 png_uint_16 green;
663 png_uint_16 blue;
664 png_uint_16 alpha
    [all...]

Completed in 871 milliseconds

1 2 3