Home | History | Annotate | Download | only in enc

Lines Matching full:writer

158 // Grab the 'specs' (writer, *opaque, width, height...) from 'src' and copy them
477 void WebPMemoryWriterInit(WebPMemoryWriter* writer) {
478 writer->mem = NULL;
479 writer->size = 0;
480 writer->max_size = 0;
1070 pic.writer = WebPMemoryWrite;