Home
last modified time | relevance | path

Searched defs:createColorTable (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/m133/src/codec/
DSkPngCodecBase.cpp285 bool SkPngCodecBase::createColorTable(const SkImageInfo& dstInfo) { in createColorTable() function in SkPngCodecBase
DSkBmpStandardCodec.cpp81 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable() function in SkBmpStandardCodec
DSkBmpRLECodec.cpp81 bool SkBmpRLECodec::createColorTable(SkColorType dstColorType) { in createColorTable() function in SkBmpRLECodec
/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp65 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable() function in SkBmpStandardCodec
DSkBmpRLECodec.cpp68 bool SkBmpRLECodec::createColorTable(SkColorType dstColorType) { in createColorTable() function in SkBmpRLECodec
DSkPngCodec.cpp262 bool SkPngCodec::createColorTable(const SkImageInfo& dstInfo) { in createColorTable() function in SkPngCodec