Home
last modified time | relevance | path

Searched refs:PNG_STRUCT_PNG (Results 1 – 12 of 12) sorted by relevance

/external/libpng/
Dpngmem.c48 else if (type == PNG_STRUCT_PNG) in png_create_struct_2()
366 else if (type == PNG_STRUCT_PNG) in png_create_struct_2()
Dpngwrite.c487 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG, in png_create_write_struct_2()
490 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_create_write_struct_2()
700 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_write_init_3()
Dpngread.c60 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG, in png_create_read_struct_2()
63 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_create_read_struct_2()
306 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_read_init_3()
Dpng.h3035 #define PNG_STRUCT_PNG 0x0001 macro
/external/chromium_org/third_party/libpng/
Dpngmem.c48 else if (type == PNG_STRUCT_PNG) in png_create_struct_2()
366 else if (type == PNG_STRUCT_PNG) in png_create_struct_2()
Dpngread.c60 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG, in png_create_read_struct_2()
63 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_create_read_struct_2()
302 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_read_init_3()
Dpngwrite.c487 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG, in png_create_write_struct_2()
490 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_create_write_struct_2()
700 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_write_init_3()
Dpng.h2963 #define PNG_STRUCT_PNG 0x0001 macro
/external/qemu/distrib/libpng-1.2.19/
Dpngmem.c45 else if (type == PNG_STRUCT_PNG) in png_create_struct_2()
350 else if (type == PNG_STRUCT_PNG) in png_create_struct_2()
Dpngread.c50 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG, in png_create_read_struct_2()
53 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_create_read_struct_2()
274 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_read_init_3()
Dpngwrite.c449 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG, in png_create_write_struct_2()
452 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_create_write_struct_2()
660 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG); in png_write_init_3()
Dpng.h2751 #define PNG_STRUCT_PNG 0x0001 macro