Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp43 unsigned int m_SkipSize; member in CJpegContext
376 pContext->m_SkipSize = (unsigned int)(num - cinfo->src->bytes_in_buffer); in _src_skip_data1()
395 : m_SkipSize(0), m_AllocFunc(jpeg_alloc_func), m_FreeFunc(jpeg_free_func) { in CJpegContext()
427 pContext->m_SkipSize = 0; in Start()
435 if (ctx->m_SkipSize) { in Input()
436 if (ctx->m_SkipSize > src_size) { in Input()
438 ctx->m_SkipSize -= src_size; in Input()
441 src_size -= ctx->m_SkipSize; in Input()
442 src_buf += ctx->m_SkipSize; in Input()
443 ctx->m_SkipSize = 0; in Input()