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.cpp174 uint8_t* m_pScanlineBuf; member in CCodec_JpegDecoder
185 m_pScanlineBuf = nullptr; in CCodec_JpegDecoder()
195 FX_Free(m_pScanlineBuf); in ~CCodec_JpegDecoder()
275 m_pScanlineBuf = FX_Alloc(uint8_t, m_Pitch); in Create()
311 int nlines = jpeg_read_scanlines(&cinfo, &m_pScanlineBuf, 1); in v_GetNextLine()
312 return nlines > 0 ? m_pScanlineBuf : nullptr; in v_GetNextLine()