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

/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp825 const bool needColorTable = kIndex_8_SkColorType == colorType; local
827 if (!this->allocPixelRef(&decodedBitmap, needColorTable ? colorTable : NULL)) {
831 if (!decodedBitmap.tryAllocPixels(NULL, needColorTable ? colorTable : NULL)) {

Completed in 60 milliseconds