Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkGifCodec.cpp251 , fTransIndex(transIndex) in SkGifCodec()
433 if (fTransIndex < colorCount) {
434 colorPtr[fTransIndex] = SK_ColorTRANSPARENT;
435 fFillIndex = fTransIndex;
DSkGifCodec.h197 const uint32_t fTransIndex; variable