Searched refs:write_function (Results 1 – 3 of 3) sorted by relevance
1229 write_function(png_structp pp, png_bytep data, png_size_t size) in write_function() function1249 png_set_write_fn(dp->write_pp, &dp->written_file, write_function, in write_png()
818 bool PreWriteBlock(Type* write_function);
1510 bool Cluster::PreWriteBlock(Type* write_function) { in PreWriteBlock() argument1511 if (write_function == NULL) in PreWriteBlock()