Searched refs:jpeg_progress_mgr (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/codec/ |
D | SkJpegDecoderMgr.h | 90 jpeg_progress_mgr fProgressMgr;
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-07-NeonFPBug.ll | 12 … = type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32 } 18 …= type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32, … 25 %struct.jpeg_progress_mgr = type { void (%struct.jpeg_common_struct*)*, i32, i32, i32, i32 }
|
D | 2009-07-30-PEICrash.ll | 12 … = type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32 } 18 …= type { %struct.jpeg_error_mgr*, %struct.jpeg_memory_mgr*, %struct.jpeg_progress_mgr*, i32, i32, … 25 %struct.jpeg_progress_mgr = type { void (%struct.jpeg_common_struct*)*, i32, i32, i32, i32 }
|
/external/libjpeg-turbo/ |
D | cdjpeg.h | 91 struct jpeg_progress_mgr pub; /* fields known to JPEG library */
|
D | jpeglib.h | 279 struct jpeg_progress_mgr *progress; /* Progress monitor, or NULL if none */ \ 784 struct jpeg_progress_mgr { struct
|
D | turbojpeg.c | 116 struct jpeg_progress_mgr pub;
|
D | libjpeg.txt | 2930 To establish a progress-monitor callback, create a struct jpeg_progress_mgr, 2940 The jpeg_progress_mgr struct contains four fields which are set by the library:
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 223 struct jpeg_progress_mgr progress;
|
/external/ImageMagick/coders/ |
D | jpeg.c | 1069 struct jpeg_progress_mgr in ReadJPEGImage_()
|