Home
last modified time | relevance | path

Searched refs:CCodec_JpegDecoder (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp275 class CCodec_JpegDecoder : public CCodec_ScanlineDecoder class
278 CCodec_JpegDecoder();
279 ~CCodec_JpegDecoder();
304 CCodec_JpegDecoder::CCodec_JpegDecoder() in CCodec_JpegDecoder() function in CCodec_JpegDecoder
317 CCodec_JpegDecoder::~CCodec_JpegDecoder() in ~CCodec_JpegDecoder()
330 FX_BOOL CCodec_JpegDecoder::InitDecode() in InitDecode()
366 FX_BOOL CCodec_JpegDecoder::Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, in Create()
427 void CCodec_JpegDecoder::v_DownScale(int dest_width, int dest_height) in v_DownScale()
442 FX_BOOL CCodec_JpegDecoder::v_Rewind() in v_Rewind()
470 FX_LPBYTE CCodec_JpegDecoder::v_GetNextLine() in v_GetNextLine()
[all …]