Home
last modified time | relevance | path

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

/external/skqp/src/codec/
DSkGifCodec.cpp109 , fCurrColorTable(nullptr) in SkGifCodec()
162 fCurrColorTable.reset(new SkColorTable(&color, 1)); in initializeColorTable()
167 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()
169 fCurrColorTable = std::move(currColorTable); in initializeColorTable()
226 SkASSERT(fCurrColorTable); in prepareToDecode()
257 fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), fCurrColorTable->readColors(), in initializeSwizzler()
DSkGifCodec.h134 sk_sp<SkColorTable> fCurrColorTable; variable
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp107 , fCurrColorTable(nullptr) in SkLibGifCodec()
167 fCurrColorTable.reset(new SkColorTable(&color, 1)); in initializeColorTable()
172 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()
174 fCurrColorTable = std::move(currColorTable); in initializeColorTable()
231 SkASSERT(fCurrColorTable); in prepareToDecode()
262 fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), fCurrColorTable->readColors(), in initializeSwizzler()
DSkLibGifCodec.h131 sk_sp<SkColorTable> fCurrColorTable; variable