Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.h218 int m_GifTransIndex; variable
Dfx_codec_progress.cpp269 m_GifTransIndex = -1; in CCodec_ProgressiveDecoder()
648 pCodec->m_GifTransIndex = trans_index; in GifInputRecordPositionBufCallback()
708 if (*byte_ptr == pCodec->m_GifTransIndex) { in GifReadScanlineCallback()
715 if (pCodec->m_GifTransIndex != -1 && pCodec->m_pDeviceBitmap->HasAlpha()) { in GifReadScanlineCallback()
716 pal_index = pCodec->m_GifTransIndex; in GifReadScanlineCallback()