Home | History | Annotate | Download | only in gdx2d

Lines Matching refs:file_stream

3194   jpgd::jpeg_decoder_file_stream file_stream;
3195 if (!file_stream.open(pSrc_filename))
3197 return decompress_jpeg_image_from_stream(&file_stream, width, height, actual_comps, req_comps);