Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkBmpStandardCodec.h66 bool createColorTable(SkColorType colorType, SkAlphaType alphaType);
DSkBmpStandardCodec.cpp65 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable() function in SkBmpStandardCodec
204 if (!this->createColorTable(dstInfo.colorType(), dstInfo.alphaType())) { in onPrepareToDecode()
DSkBmpRLECodec.h61 bool createColorTable(SkColorType dstColorType);
DSkPngCodec.h102 bool createColorTable(const SkImageInfo& dstInfo);
DSkBmpRLECodec.cpp68 bool SkBmpRLECodec::createColorTable(SkColorType dstColorType) { in createColorTable() function in SkBmpRLECodec
261 if (!this->createColorTable(colorTableColorType)) { in onPrepareToDecode()
DSkPngCodec.cpp257 bool SkPngCodec::createColorTable(const SkImageInfo& dstInfo) { in createColorTable() function in SkPngCodec
1050 if (!this->createColorTable(dstInfo)) { in initializeXforms()