Home
last modified time | relevance | path

Searched refs:readColors (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/codec/
DSkColorTable.h41 const SkPMColor* readColors() const { return fColors; } in readColors() function
DSkGifCodec.cpp165 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable()
257 fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), fCurrColorTable->readColors(), in initializeSwizzler()
DSkCodecPriv.h108 return nullptr != colorTable ? colorTable->readColors() : nullptr; in get_color_ptr()
/external/skqp/src/codec/
DSkColorTable.h41 const SkPMColor* readColors() const { return fColors; } in readColors() function
DSkGifCodec.cpp165 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable()
257 fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), fCurrColorTable->readColors(), in initializeSwizzler()
DSkCodecPriv.h108 return nullptr != colorTable ? colorTable->readColors() : nullptr; in get_color_ptr()