HomeSort by relevance Sort by last modified time
    Searched refs:needColorTable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 759 const bool needColorTable = SkBitmap::kIndex8_Config == config;
761 if (!this->allocPixelRef(&decodedBitmap, needColorTable ? colorTable : NULL)) {
765 if (!decodedBitmap.allocPixels(NULL, needColorTable ? colorTable : NULL)) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 764 const bool needColorTable = SkBitmap::kIndex8_Config == config;
766 if (!this->allocPixelRef(&decodedBitmap, needColorTable ? colorTable : NULL)) {
770 if (!decodedBitmap.allocPixels(NULL, needColorTable ? colorTable : NULL)) {
    [all...]

Completed in 68 milliseconds