HomeSort by relevance Sort by last modified time
    Searched full:setdecodeconfig (Results 1 - 1 of 1) sorted by null

  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 101 bool setDecodeConfig(SkBitmap* decodedBitmap, int width, int height);
266 bool SkWEBPImageDecoder::setDecodeConfig(SkBitmap* decodedBitmap,
354 if (!setDecodeConfig(bitmap, width, height)) {
365 // This is also called in setDecodeConfig in above block.
407 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(),
419 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(),

Completed in 359 milliseconds