Home
last modified time | relevance | path

Searched refs:fDInfo (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/codec/
H A DSkJpegDecoderMgr.cpp44 print_message((j_common_ptr) &fDInfo, caller); in returnFalse()
49 print_message((j_common_ptr) &fDInfo, caller); in returnFailure()
54 switch (fDInfo.jpeg_color_space) { in getEncodedColor()
83 fDInfo.err = jpeg_std_error(&fErrorMgr); in JpegDecoderMgr()
88 jpeg_create_decompress(&fDInfo); in init()
90 fDInfo.src = &fSrcMgr; in init()
91 fDInfo.err->output_message = &output_message; in init()
92 fDInfo.progress = &fProgressMgr; in init()
98 jpeg_destroy_decompress(&fDInfo); in ~JpegDecoderMgr()
H A DSkJpegDecoderMgr.h64 jpeg_decompress_struct* dinfo() { return &fDInfo; } in dinfo()
68 jpeg_decompress_struct fDInfo; member in JpegDecoderMgr

Completed in 2 milliseconds