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

/external/skia/src/codec/
H A DSkBmpRLECodec.h58 bool createColorTable(int* colorCount);
H A DSkBmpStandardCodec.h73 bool createColorTable(SkAlphaType alphaType, int* colorCount);
H A DSkBmpStandardCodec.cpp71 bool SkBmpStandardCodec::createColorTable(SkAlphaType dstAlphaType, int* numColors) { function in class:SkBmpStandardCodec
197 if (!this->createColorTable(dstInfo.alphaType(), inputColorCount)) {
H A DSkBmpRLECodec.cpp70 bool SkBmpRLECodec::createColorTable(int* numColors) { function in class:SkBmpRLECodec
255 if (!this->createColorTable(inputColorCount)) {

Completed in 177 milliseconds