HomeSort by relevance Sort by last modified time
    Searched refs:png_struct (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 87 PNGWriteStructDestroyer(png_struct** ps, png_info** pi)
97 png_struct** m_pngStruct;
132 png_struct* pngPtr = png_create_write_struct(PNG_LIBPNG_VER_STRING,
  /external/libpng/
pngmem.c 29 /* Allocate memory for a png_struct. The malloc and memset can be replaced
49 size = png_sizeof(png_struct);
56 png_struct dummy_struct;
88 png_struct dummy_struct;
344 /* Allocate memory for a png_struct or a png_info. The malloc and
354 /* Allocate memory for a png_struct or a png_info. The malloc and
367 size = png_sizeof(png_struct);
374 png_struct dummy_struct;
419 png_struct dummy_struct;
pngread.c 223 if (png_sizeof(png_struct) > png_struct_size ||
241 if (png_sizeof(png_struct) > png_struct_size)
303 if (png_sizeof(png_struct) > png_struct_size)
311 png_memset(png_ptr, 0, png_sizeof(png_struct));
    [all...]
pngwrite.c 619 if (png_sizeof(png_struct) > png_struct_size ||
637 if (png_sizeof(png_struct) > png_struct_size)
697 if (png_sizeof(png_struct) > png_struct_size)
705 png_memset(png_ptr, 0, png_sizeof(png_struct));
    [all...]
pngtest.c 632 static int read_user_chunk_callback(png_struct *png_ptr,
    [all...]
png.h 433 * "png_charp time_buffer" in png_struct and
1221 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
    [all...]
CHANGES 133 current chunk name is now available in png_struct to reduce the number
437 user_depth, and user_channels into the png_struct, and a function
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 26 /* Allocate memory for a png_struct. The malloc and memset can be replaced
46 size = png_sizeof(png_struct);
53 png_struct dummy_struct;
85 png_struct dummy_struct;
328 /* Allocate memory for a png_struct or a png_info. The malloc and
338 /* Allocate memory for a png_struct or a png_info. The malloc and
351 size = png_sizeof(png_struct);
358 png_struct dummy_struct;
403 png_struct dummy_struct;
pngread.c 195 if(png_sizeof(png_struct) > png_struct_size ||
213 if(png_sizeof(png_struct) > png_struct_size)
271 if(png_sizeof(png_struct) > png_struct_size)
279 png_memset(png_ptr, 0, png_sizeof (png_struct));
    [all...]
pngwrite.c 580 if(png_sizeof(png_struct) > png_struct_size ||
598 if(png_sizeof(png_struct) > png_struct_size)
657 if (png_sizeof(png_struct) > png_struct_size)
665 png_memset(png_ptr, 0, png_sizeof (png_struct));
    [all...]
png.h 316 * "png_charp time_buffer" in png_struct and
1057 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 190 png_struct *png_ptr = NULL;
pnm2png.c 188 png_struct *png_ptr = NULL;

Completed in 120 milliseconds