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

  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 202 png_write_status_ptr write_row_fn; /* called after each row is encoded */ member in struct:png_struct_def
png.h     [all...]
  /external/libpng/
pngwrite.c 966 if (png_ptr->write_row_fn != NULL)
967 (*(png_ptr->write_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass);
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwrite.c 928 if (png_ptr->write_row_fn != NULL)
929 (*(png_ptr->write_row_fn))(png_ptr, png_ptr->row_number, png_ptr->pass);
    [all...]
png.h 1254 png_write_status_ptr write_row_fn; \/* called after each row is encoded *\/ member in struct:png_struct_def
    [all...]

Completed in 113 milliseconds