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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 273 bool SkPNGImageDecoder::onDecode(SkStream* sk_stream, SkBitmap* decodedBitmap,
304 decodedBitmap->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight());
324 if (!this->allocPixelRef(decodedBitmap,
329 SkAutoLockPixels alp(*decodedBitmap);
351 uint8_t* bmRow = decodedBitmap->getAddr8(0, y);
374 even if our decodedBitmap doesn't, due to the request that we
378 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors(),
382 const int height = decodedBitmap->height();
429 reallyHasAlpha |= substituteTranspColor(decodedBitmap, theTranspColor);
432 SkBitmap::kARGB_8888_Config != decodedBitmap->config())
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 275 bool SkPNGImageDecoder::onDecode(SkStream* sk_stream, SkBitmap* decodedBitmap,
305 decodedBitmap->setConfig(config, sampler.scaledWidth(), sampler.scaledHeight());
325 if (!this->allocPixelRef(decodedBitmap,
330 SkAutoLockPixels alp(*decodedBitmap);
352 uint8_t* bmRow = decodedBitmap->getAddr8(0, y);
375 even if our decodedBitmap doesn't, due to the request that we
379 if (!sampler.begin(decodedBitmap, sc, *this, ctLock.colors())) {
382 const int height = decodedBitmap->height();
429 reallyHasAlpha |= substituteTranspColor(decodedBitmap, theTranspColor);
432 SkBitmap::kARGB_8888_Config != decodedBitmap->config())
    [all...]

Completed in 2230 milliseconds