OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readColors
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/codec/
SkColorTable.h
41
const SkPMColor*
readColors
() const { return fColors; }
SkCodecPriv.h
108
return nullptr != colorTable ? colorTable->
readColors
() : nullptr;
SkGifCodec.cpp
165
this->applyColorXform(dstColors, currColorTable->
readColors
(),
257
fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), fCurrColorTable->
readColors
(),
/external/skqp/src/codec/
SkColorTable.h
41
const SkPMColor*
readColors
() const { return fColors; }
SkCodecPriv.h
108
return nullptr != colorTable ? colorTable->
readColors
() : nullptr;
SkGifCodec.cpp
165
this->applyColorXform(dstColors, currColorTable->
readColors
(),
257
fSwizzler = SkSwizzler::Make(this->getEncodedInfo(), fCurrColorTable->
readColors
(),
Completed in 123 milliseconds