HomeSort by relevance Sort by last modified time
    Searched refs:PNG_STRUCT_PNG (Results 1 - 9 of 9) 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 487 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG,
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 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...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 505 #define PNG_STRUCT_PNG 0x0001
    [all...]

Completed in 31 milliseconds