Searched defs:StaticBufferSink (Results 1 – 1 of 1) sorted by relevance
261 struct StaticBufferSink : public jpeg_destination_mgr { struct262 StaticBufferSink(void* dst, const size_t dstCapacity) { in StaticBufferSink() function270 static void initDestinationS(j_compress_ptr) {} in initDestinationS()271 static boolean emptyOutputBufferS(j_compress_ptr) { return 0; } in emptyOutputBufferS()272 static void termDestinationS(j_compress_ptr) {} in termDestinationS()