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

1 23

  /external/libpng/
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...]
png.c 35 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
110 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes);
124 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
pngconf.h 1243 typedef unsigned char png_byte; typedef
    [all...]
pngerror.c 179 buffer[iout++] = (png_byte)c;
pngpread.c 131 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check);
219 png_byte chunk_length[4];
745 png_byte chunk_length[4];
    [all...]
example.c 759 png_byte image[height][width*bytes_per_pixel];
CHANGES 147 changed parameter type of png_set_filler(...filler...) from png_byte
223 changed srgb_intent from png_byte to int to avoid compiler bugs
491 Changed type of png_user_transform_depth|channels from int to png_byte.
598 Changed "unit" parameter of png_write_sCAL from png_byte to int, to work
    [all...]
  /external/chromium_org/third_party/libpng/
pngconf.h 1239 typedef unsigned char png_byte; typedef
    [all...]
pngerror.c 179 buffer[iout++] = (png_byte)c;
png.c 34 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
109 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes);
123 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
pngpread.c 131 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes + num_to_check);
219 png_byte chunk_length[4];
745 png_byte chunk_length[4];
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 29 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
105 png_ptr->sig_bytes = (png_byte)(num_bytes < 0 ? 0 : num_bytes);
119 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
pngconf.h 1120 typedef unsigned char png_byte; typedef
    [all...]
pngerror.c 144 buffer[iout++] = (png_byte)c;
pngpread.c 117 png_ptr->sig_bytes = (png_byte)(png_ptr->sig_bytes+num_to_check);
204 png_byte chunk_length[4];
667 png_byte chunk_length[4];
    [all...]
pngread.c 409 png_byte chunk_length[4];
706 png_byte chunk_length[4];
923 png_byte chunk_length[4];
    [all...]
  /external/freetype/src/sfnt/
pngshim.c 196 png_byte* *rows;
  /external/libpng/contrib/gregbook/
readpng2.c 215 static const png_byte chunks_to_ignore[] = {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 243 png_set_keep_unknown_chunks(png_ptr, PNG_HANDLE_CHUNK_ALWAYS, (png_byte*)"", 0);
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 245 png_set_keep_unknown_chunks(png_ptr, PNG_HANDLE_CHUNK_ALWAYS, (png_byte*)"", 0);
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 52 png_byte **ppbImage, int *pxImgSize, int *pyImgSize, int *piChannels,
658 png_byte **ppbImage, int *pxImgSize, int *pyImgSize,
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 258 void DecodeRowCallback(png_struct* png_ptr, png_byte* new_row,
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 288 void DecodeRowCallback(png_struct* png_ptr, png_byte* new_row,
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 671 /* This uses (char), not (png_byte) to avoid warnings on systems where (char) is
    [all...]

Completed in 875 milliseconds

1 23