Home
last modified time | relevance | path

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

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