Searched defs:skjpeg_destination_mgr (Results 1 – 2 of 2) sorted by relevance
28 struct skjpeg_destination_mgr : jpeg_destination_mgr { struct31 SkWStream* fStream;33 enum {36 uint8_t fBuffer[kBufferSize];
48 skjpeg_destination_mgr::skjpeg_destination_mgr(SkWStream* stream) in skjpeg_destination_mgr() function in skjpeg_destination_mgr