Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp27 global_pal_exp_(0), in CFX_GifContext()
250 : global_pal_exp_, in LoadFrame()
287 : global_pal_exp_, in LoadFrame()
404 global_pal_exp_ = lsd->global_flags.pal_bits; in ReadLogicalScreenDescriptor()
556 ? global_pal_exp_ in DecodeImageInfo()
Dcfx_gifcontext.h49 uint8_t global_pal_exp_; variable
Dcfx_gifcontext_unittest.cpp228 EXPECT_EQ(1u, context.global_pal_exp_); in TEST()
309 EXPECT_EQ(1u, context.global_pal_exp_); in TEST()
/external/pdfium/core/fxcodec/codec/
Dccodec_gifmodule.cpp39 *pal_num = (2 << context->global_pal_exp_); in ReadHeader()