HomeSort by relevance Sort by last modified time
    Searched full:png_create_struct (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libpng/
pngmem.c 32 png_create_struct(int type) function
38 /* Alternate version of png_create_struct, for use with user-defined malloc. */
69 /* Free memory allocated by a png_create_struct() call */
77 /* Free memory allocated by a png_create_struct() call */
348 png_create_struct(int type) function
400 /* Free memory allocated by a png_create_struct() call */
408 /* Free memory allocated by a png_create_struct() call */
pngusr.h 157 #define png_create_struct wk_png_create_struct macro
png.c 262 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
329 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
pngread.c 63 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
302 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
    [all...]
pngwrite.c 490 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
700 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngmem.c 32 png_create_struct(int type) function
38 /* Alternate version of png_create_struct, for use with user-defined malloc. */
69 /* Free memory allocated by a png_create_struct() call */
77 /* Free memory allocated by a png_create_struct() call */
348 png_create_struct(int type) function
400 /* Free memory allocated by a png_create_struct() call */
408 /* Free memory allocated by a png_create_struct() call */
png.c 263 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
330 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
pngread.c 63 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
306 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
    [all...]
pngwrite.c 490 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
700 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
    [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 504 /* Flags for png_create_struct */
714 PNG_EXTERN PNG_FUNCTION(png_voidp,png_create_struct,PNGARG((int type)),
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 61 #define png_create_struct(type) (0) macro
  /external/libpng/
pngtest.c 501 /* png_malloc has already tested for NULL; png_create_struct calls
    [all...]
pngpriv.h 592 /* Flags for png_create_struct */
    [all...]
CHANGES     [all...]

Completed in 270 milliseconds