OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:png_create_struct
(Results
1 - 10
of
10
) sorted by null
/external/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);
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
...]
/external/qemu/distrib/libpng-1.2.19/
pngmem.c
29
png_create_struct
(int type)
function
35
/* Alternate version of
png_create_struct
, for use with user-defined malloc. */
66
/* Free memory allocated by a
png_create_struct
() call */
74
/* Free memory allocated by a
png_create_struct
() call */
332
png_create_struct
(int type)
function
384
/* Free memory allocated by a
png_create_struct
() call */
392
/* Free memory allocated by a
png_create_struct
() call */
png.c
254
info_ptr = (png_infop)
png_create_struct
(PNG_STRUCT_INFO);
317
info_ptr = (png_infop)
png_create_struct
(PNG_STRUCT_INFO);
pngread.c
53
png_ptr = (png_structp)
png_create_struct
(PNG_STRUCT_PNG);
274
*ptr_ptr = (png_structp)
png_create_struct
(PNG_STRUCT_PNG);
[
all
...]
pngwrite.c
452
png_ptr = (png_structp)
png_create_struct
(PNG_STRUCT_PNG);
660
png_ptr = (png_structp)
png_create_struct
(PNG_STRUCT_PNG);
[
all
...]
png.h
[
all
...]
Completed in 463 milliseconds