HomeSort by relevance Sort by last modified time
    Searched full:png_struct (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/image-encoders/
PNGImageEncoder.cpp 70 PNGWriteStructDestroyer(png_struct** ps, png_info** pi)
82 png_struct** m_pngStruct;
88 png_struct* pngPtr = png_create_write_struct(PNG_LIBPNG_VER_STRING, png_voidp_NULL, png_error_ptr_NULL, png_error_ptr_NULL);
  /external/libpng/
TODO 4 Improve API by hiding the png_struct and png_info structs.
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;
Y2KINFO 21 "png_charp time_buffer" in png_struct and
pngwio.c 166 * arguments a pointer to a png_struct, a pointer to
174 * arguments a pointer to a png_struct. After a call to
pngrio.c 156 * arguments a pointer to a png_struct, a pointer to
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...]
example.c 104 /* Create and initialize the png_struct with the desired error handler
409 /* Create and initialize the png_struct with the desired error handler
573 /* Create and initialize the png_struct with the desired error handler
libpng-1.2.44.txt 95 png_struct and png_info instances, and thus its own image.
101 There are two main structures that are important to libpng, png_struct
102 and png_info. The first, png_struct, is an internal structure that
115 Applications that do make direct access to the members of png_struct (except
175 Next, png_struct and png_info need to be allocated and initialized. In
    [all...]
libpng-1.2.46.txt 95 png_struct and png_info instances, and thus its own image.
101 There are two main structures that are important to libpng, png_struct
102 and png_info. The first, png_struct, is an internal structure that
115 Applications that do make direct access to the members of png_struct (except
175 Next, png_struct and png_info need to be allocated and initialized. In
    [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...]
pngtest.c 632 static int read_user_chunk_callback(png_struct *png_ptr,
    [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...]
libpng.3 916 png_struct and png_info instances, and thus its own image.
922 There are two main structures that are important to libpng, png_struct
923 and png_info. The first, png_struct, is an internal structure that
936 Applications that do make direct access to the members of png_struct (except
    [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;
pngwio.c 155 arguments a pointer to a png_struct, a pointer to
161 arguments a pointer to a png_struct. After a call to
pngrio.c 132 arguments a pointer to a png_struct, a pointer to
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/webkit/Source/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 78 png_struct* png = png_create_write_struct(PNG_LIBPNG_VER_STRING, 0, 0, 0);
  /external/libpng/contrib/pngminus/
png2pnm.c 190 png_struct *png_ptr = NULL;
pnm2png.c 188 png_struct *png_ptr = NULL;
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 344 * "char time_buffer[29]" in png_struct. This will be no
857 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
    [all...]

Completed in 798 milliseconds

1 2