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 829 const bool needColorTable = SkBitmap::kIndex8_Config == config;
831 if (!this->allocPixelRef(&decodedBitmap, needColorTable ? colorTable : NULL)) {
835 if (!decodedBitmap.allocPixels(NULL, needColorTable ? colorTable : NULL)) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 828 const bool needColorTable = SkBitmap::kIndex8_Config == config;
830 if (!this->allocPixelRef(&decodedBitmap, needColorTable ? colorTable : NULL)) {
834 if (!decodedBitmap.allocPixels(NULL, needColorTable ? colorTable : NULL)) {
    [all...]

Completed in 269 milliseconds