Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkGifCodec.cpp254 , fFillIndex(0) in SkGifCodec()
435 fFillIndex = fTransIndex;
437 fFillIndex = backgroundIndex;
441 colorPtr[i] = colorPtr[fFillIndex];
519 return get_color_table_fill_value(colorType, colorPtr, fFillIndex);
DSkGifCodec.h198 uint32_t fFillIndex; variable