Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp193 uint8_t* m_pScanlineBuf; member in CCodec_JpegDecoder
204 m_pScanlineBuf = nullptr; in CCodec_JpegDecoder()
214 FX_Free(m_pScanlineBuf); in ~CCodec_JpegDecoder()
293 m_pScanlineBuf = FX_Alloc(uint8_t, m_Pitch); in Create()
329 int nlines = jpeg_read_scanlines(&cinfo, &m_pScanlineBuf, 1); in v_GetNextLine()
330 return nlines > 0 ? m_pScanlineBuf : nullptr; in v_GetNextLine()