Searched refs:fCurrColorTable (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/codec/ |
D | SkGifCodec.cpp | 109 , 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()
|
D | SkGifCodec.h | 134 sk_sp<SkColorTable> fCurrColorTable; variable
|
/external/skia/third_party/libgifcodec/ |
D | SkLibGifCodec.cpp | 107 , 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()
|
D | SkLibGifCodec.h | 131 sk_sp<SkColorTable> fCurrColorTable; variable
|