jpeg_compress_struct   38 third_party/libjpeg/jcapimin.c   if (structsize != SIZEOF(struct jpeg_compress_struct))
jpeg_compress_struct   40 third_party/libjpeg/jcapimin.c 	     (int) SIZEOF(struct jpeg_compress_struct), (int) structsize);
jpeg_compress_struct   51 third_party/libjpeg/jcapimin.c     MEMZERO(cinfo, SIZEOF(struct jpeg_compress_struct));
jpeg_compress_struct  266 third_party/libjpeg/jpeglib.h typedef struct jpeg_compress_struct * j_compress_ptr;
jpeg_compress_struct  900 third_party/libjpeg/jpeglib.h 			(size_t) sizeof(struct jpeg_compress_struct))
jpeg_compress_struct   88 ui/gfx/codec/jpeg_codec.cc void InitDestination(jpeg_compress_struct* cinfo) {
jpeg_compress_struct  111 ui/gfx/codec/jpeg_codec.cc boolean EmptyOutputBuffer(jpeg_compress_struct* cinfo) {
jpeg_compress_struct  133 ui/gfx/codec/jpeg_codec.cc void TermDestination(jpeg_compress_struct* cinfo) {
jpeg_compress_struct  188 ui/gfx/codec/jpeg_codec.cc   void SetManagedObject(jpeg_compress_struct* ci) {
jpeg_compress_struct  199 ui/gfx/codec/jpeg_codec.cc   jpeg_compress_struct* cinfo_;
jpeg_compress_struct  207 ui/gfx/codec/jpeg_codec.cc   jpeg_compress_struct cinfo;