Searched refs:currColorTable (Results 1 – 2 of 2) sorted by relevance
157 sk_sp<SkColorTable> currColorTable = fReader->getColorTable(colorTableColorType, frameIndex); in initializeColorTable() local158 fCurrColorTableIsReal = static_cast<bool>(currColorTable); in initializeColorTable()165 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable()166 currColorTable->count()); in initializeColorTable()167 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()169 fCurrColorTable = std::move(currColorTable); in initializeColorTable()