OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_STRUCT_PNG
(Results
1 - 8
of
8
) sorted by null
/external/libpng/
pngmem.c
48
else if (type ==
PNG_STRUCT_PNG
)
366
else if (type ==
PNG_STRUCT_PNG
)
pngread.c
60
png_ptr = (png_structp)png_create_struct_2(
PNG_STRUCT_PNG
,
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
486
png_ptr = (png_structp)png_create_struct_2(
PNG_STRUCT_PNG
,
489
png_ptr = (png_structp)png_create_struct(
PNG_STRUCT_PNG
);
699
png_ptr = (png_structp)png_create_struct(
PNG_STRUCT_PNG
);
[
all
...]
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngmem.c
45
else if (type ==
PNG_STRUCT_PNG
)
350
else if (type ==
PNG_STRUCT_PNG
)
pngread.c
50
png_ptr = (png_structp)png_create_struct_2(
PNG_STRUCT_PNG
,
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
449
png_ptr = (png_structp)png_create_struct_2(
PNG_STRUCT_PNG
,
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 22 milliseconds