OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_GifTransIndex
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.h
218
int
m_GifTransIndex
;
fx_codec_progress.cpp
269
m_GifTransIndex
= -1;
648
pCodec->
m_GifTransIndex
= trans_index;
708
if (*byte_ptr == pCodec->
m_GifTransIndex
) {
715
if (pCodec->
m_GifTransIndex
!= -1 && pCodec->m_pDeviceBitmap->HasAlpha()) {
716
pal_index = pCodec->
m_GifTransIndex
;
[
all
...]
Completed in 206 milliseconds