Searched refs:createColorTable (Results 1 – 6 of 6) sorted by relevance
66 bool createColorTable(SkColorType colorType, SkAlphaType alphaType);
65 bool SkBmpStandardCodec::createColorTable(SkColorType dstColorType, SkAlphaType dstAlphaType) { in createColorTable() function in SkBmpStandardCodec204 if (!this->createColorTable(dstInfo.colorType(), dstInfo.alphaType())) { in onPrepareToDecode()
61 bool createColorTable(SkColorType dstColorType);
102 bool createColorTable(const SkImageInfo& dstInfo);
68 bool SkBmpRLECodec::createColorTable(SkColorType dstColorType) { in createColorTable() function in SkBmpRLECodec261 if (!this->createColorTable(colorTableColorType)) { in onPrepareToDecode()
257 bool SkPngCodec::createColorTable(const SkImageInfo& dstInfo) { in createColorTable() function in SkPngCodec1050 if (!this->createColorTable(dstInfo)) { in initializeXforms()