Home
last modified time | relevance | path

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

/external/skia/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/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