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

  /external/syslinux/com32/lib/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 */
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 489 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
699 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 61 #define png_create_struct(type) (0) macro
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 190 milliseconds