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

  /external/libpng/
pngwrite.c 965 if (png_ptr->write_row_fn != NULL)
966 (*(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 15 milliseconds