HomeSort by relevance Sort by last modified time
    Searched refs:png_byte (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/pdfium/third_party/libpng16/
pngread.c 342 *(rp) = (png_byte)((256 + *rp + *(rp + 1)) & 0xff);
343 *(rp+2) = (png_byte)((256 + *(rp + 2) + *(rp + 1)) & 0xff);
367 *(rp ) = (png_byte)((red >> 8) & 0xff);
368 *(rp + 1) = (png_byte)(red & 0xff);
369 *(rp + 4) = (png_byte)((blue >> 8) & 0xff);
370 *(rp + 5) = (png_byte)(blue & 0xff);
    [all...]
pngpread.c 146 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check);
182 png_byte chunk_length[4];
183 png_byte chunk_tag[4];
534 png_byte chunk_length[4];
535 png_byte chunk_tag[4];
966 static PNG_CONST png_byte png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
969 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
972 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
975 static PNG_CONST png_byte png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
979 static PNG_CONST png_byte png_pass_height[] = {8, 8, 4, 4, 2, 2, 1}
    [all...]
pngget.c 69 png_byte PNGAPI
78 png_byte PNGAPI
87 png_byte PNGAPI
96 png_byte PNGAPI
105 png_byte PNGAPI
466 png_byte PNGAPI
1123 png_byte PNGAPI
1126 return (png_byte)(png_ptr ? png_ptr->rgb_to_gray_status : 0);
    [all...]
png.c 42 png_ptr->sig_bytes = (png_byte)nb;
56 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
882 palette[i].red = (png_byte)(v & 0xff);
883 palette[i].green = (png_byte)(v & 0xff);
884 palette[i].blue = (png_byte)(v & 0xff);
928 png_byte chunk_string[5];
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 161 static png_byte
165 return (png_byte)d;
245 *trans = (png_byte)alpha;
355 *row = (png_byte)((*row & ~mask) | value);
365 *row++ = (png_byte)(value >> 8);
366 *row = (png_byte)value;
819 png_byte gamma_table[256];
863 gamma_table[i] = (png_byte)i;
891 png_byte trans[256];
903 gamma_table[npalette] = (png_byte)npalette
    [all...]
pngimage.c 100 png_byte color_mask_required;
101 png_byte color_mask_absent;
107 png_byte bit_depths;
113 png_byte when;
117 png_byte tested; /* the transform was tested somewhere */
369 png_byte buffer[1024]; /* the actual buffer */
    [all...]
pngstest.c 103 *bytes++ = (png_byte)u;
135 static png_byte
139 return (png_byte)d;
171 static png_byte
177 static png_byte
184 static png_byte
    [all...]
  /external/syslinux/com32/lib/libpng/
pngwrite.c 164 info_ptr->trans[j] = (png_byte)(255 - info_ptr->trans[j]);
436 ptime->month = (png_byte)(ttime->tm_mon + 1);
437 ptime->day = (png_byte)ttime->tm_mday;
438 ptime->hour = (png_byte)ttime->tm_hour;
439 ptime->minute = (png_byte)ttime->tm_min;
440 ptime->second = (png_byte)ttime->tm_sec;
907 png_ptr->row_info.pixel_depth = (png_byte)(png_ptr->row_info.bit_depth *
    [all...]
pngget.c 72 png_byte PNGAPI
81 png_byte PNGAPI
90 png_byte PNGAPI
99 png_byte PNGAPI
108 png_byte PNGAPI
371 png_byte PNGAPI
860 png_byte PNGAPI
863 return (png_byte)(png_ptr? png_ptr->rgb_to_gray_status : 0);
912 png_byte PNGAPI
pngmem.c 179 png_byte huge * hptr;
239 hptr = (png_byte huge *)table;
242 hptr = (png_byte huge *)((long)(hptr) & 0xfffffff0L);
pngtest.c 212 * png_byte color_type color type of pixels
213 * png_byte bit_depth bit depth of samples
214 * png_byte channels number of channels (1-4)
215 * png_byte pixel_depth bits per pixel (depth*channels)
345 png_byte *n_data;
349 n_data = (png_byte *)CVT_PTR_NOCHECK(data);
357 png_byte buf[NEAR_BUF_SIZE];
419 png_byte *near_data; /* Needs to be "png_byte *" instead of "png_bytep" */
423 near_data = (png_byte *)CVT_PTR_NOCHECK(data)
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 156 png_byte pngHeader[PNG_HEADER_SIZE];
268 pEncodedData = new png_byte[encodedSize];
284 pImageData = new png_byte[stride * height];
386 *pDest++ = (png_byte) diff;
  /external/libpng/contrib/examples/
iccfrompng.c 34 static png_byte no_profile[] = "no profile";
pngpixel.c 45 row = (png_const_bytep)(((PNG_CONST png_byte (*)[8])row) + bit_offset_hi);
  /external/libpng/
pngpread.c 146 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check);
182 png_byte chunk_length[4];
183 png_byte chunk_tag[4];
538 png_byte chunk_length[4];
539 png_byte chunk_tag[4];
975 static PNG_CONST png_byte png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
978 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
981 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
984 static PNG_CONST png_byte png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
988 static PNG_CONST png_byte png_pass_height[] = {8, 8, 4, 4, 2, 2, 1}
    [all...]
pngget.c 69 png_byte PNGAPI
78 png_byte PNGAPI
87 png_byte PNGAPI
96 png_byte PNGAPI
105 png_byte PNGAPI
466 png_byte PNGAPI
1152 png_byte PNGAPI
1155 return (png_byte)(png_ptr ? png_ptr->rgb_to_gray_status : 0);
    [all...]
png.c 62 png_ptr->sig_bytes = (png_byte)nb;
76 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
923 palette[i].red = (png_byte)(v & 0xff);
924 palette[i].green = (png_byte)(v & 0xff);
925 palette[i].blue = (png_byte)(v & 0xff);
969 png_byte chunk_string[5];
    [all...]
  /external/deqp/framework/common/
tcuImageIO.cpp 110 const png_byte colorType = png_get_color_type(png_ptr, info_ptr);
111 const png_byte bitDepth = png_get_bit_depth(png_ptr, info_ptr);
  /external/libpng/contrib/tools/
makesRGB.c 38 static png_byte png_sRGB_delta[512];
214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta;
416 printf("PNG_CONST png_byte png_sRGB_delta[512] =\n{\n ");
pngfix.c 465 *bytes++ = (png_byte)u;
850 png_byte bit_depth;
851 png_byte color_type;
852 png_byte compression_method;
853 png_byte filter_method;
854 png_byte interlace_method;
    [all...]
  /external/syslinux/com32/include/
pngconf.h 1239 typedef unsigned char png_byte; typedef
    [all...]
  /bootable/recovery/minui/
resources.cpp 67 png_byte channels() const {
92 png_byte channels_;
  /external/tensorflow/tensorflow/core/lib/png/
png_io.cc 399 png_byte* row = reinterpret_cast<png_byte*>(const_cast<void*>(image));
  /bootable/recovery/tests/manual/
recovery_test.cpp 173 png_byte channels = png_get_channels(png_ptr, info_ptr);
  /external/libpng/contrib/gregbook/
readpng2.c 149 static PNG_CONST png_byte chunks_to_process[] = {

Completed in 386 milliseconds

1 23 4