OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trans_index
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_gif.cpp
64
int32_t
trans_index
,
71
pal_num, pal_ptr, delay_time, user_input,
trans_index
, disposal_method,
fx_codec_progress.h
139
int32_t
trans_index
,
fx_codec_progress.cpp
617
int32_t
trans_index
,
648
pCodec->m_GifTransIndex =
trans_index
;
653
if (
trans_index
>= pal_num) {
654
trans_index
= -1;
656
if (
trans_index
!= -1) {
657
pCodec->m_pSrcPalette[
trans_index
] &= 0x00ffffff;
659
pal_index =
trans_index
;
[
all
...]
/external/pdfium/core/src/fxcodec/lgif/
fx_gif.h
87
uint8_t
trans_index
;
member in struct:tagGifGCE
244
int32_t
trans_index
, int32_t disposal_method, FX_BOOL interlace);
fx_gif.cpp
872
gif_ptr->gce_ptr->
trans_index
= gif_gce_ptr->
trans_index
;
[
all
...]
/external/pdfium/core/include/fxcodec/
fx_codec.h
346
int32_t
trans_index
,
Completed in 142 milliseconds