HomeSort by relevance Sort by last modified time
    Searched refs:bc_index_ (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.h 62 uint8_t bc_index_; member in class:CFX_GifContext
cfx_gifcontext_unittest.cpp 181 EXPECT_EQ(0u, context.bc_index_);
196 EXPECT_EQ(0u, context.bc_index_); // bc_index_ is 0 if no global palette
225 EXPECT_EQ(1u, context.bc_index_);
275 EXPECT_EQ(0u, context.bc_index_); // bc_index_ is 0 if no global palette
307 EXPECT_EQ(1u, context.bc_index_);
cfx_gifcontext.cpp 36 bc_index_(0),
395 bc_index_ = lsd->bc_index;
  /external/pdfium/core/fxcodec/codec/
ccodec_gifmodule.cpp 42 *bg_index = context->bc_index_;

Completed in 189 milliseconds