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);
DSkBmpStandardCodec.cpp71 bool SkBmpStandardCodec::createColorTable(SkAlphaType dstAlphaType, int* numColors) { in createColorTable() function in SkBmpStandardCodec
197 if (!this->createColorTable(dstInfo.alphaType(), inputColorCount)) { in prepareToDecode()
DSkBmpRLECodec.h61 bool createColorTable(int* colorCount);
DSkBmpRLECodec.cpp73 bool SkBmpRLECodec::createColorTable(int* numColors) { in createColorTable() function in SkBmpRLECodec
278 if (!this->createColorTable(inputColorCount)) { in prepareToDecode()