Searched refs:createColorTable (Results 1 – 4 of 4) sorted by relevance
73 bool createColorTable(SkAlphaType alphaType, int* colorCount);
58 bool createColorTable(int* colorCount);
71 bool SkBmpStandardCodec::createColorTable(SkAlphaType dstAlphaType, int* numColors) { in createColorTable() function in SkBmpStandardCodec197 if (!this->createColorTable(dstInfo.alphaType(), inputColorCount)) { in prepareToDecode()
70 bool SkBmpRLECodec::createColorTable(int* numColors) { in createColorTable() function in SkBmpRLECodec255 if (!this->createColorTable(inputColorCount)) { in prepareToDecode()