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

/external/skia/src/codec/
H A DSkBmpStandardCodec.h73 bool createColorTable(SkColorType colorType, SkAlphaType alphaType);
H A DSkBmpRLECodec.h59 bool createColorTable(SkColorType dstColorType);
H A DSkPngCodec.h104 bool createColorTable(const SkImageInfo& dstInfo);
H A DSkBmpStandardCodec.cpp64 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { function in class:SkBmpStandardCodec
192 if (!this->createColorTable(dstInfo.colorType(), dstInfo.alphaType())) {
H A DSkBmpRLECodec.cpp64 bool SkBmpRLECodec::createColorTable(SkColorType dstColorType) { function in class:SkBmpRLECodec
257 if (!this->createColorTable(colorTableColorType)) {
H A DSkPngCodec.cpp248 bool SkPngCodec::createColorTable(const SkImageInfo& dstInfo) { function in class:SkPngCodec
1007 if (!this->createColorTable(dstInfo)) {

Completed in 874 milliseconds