Searched refs:setDecodeConfig (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libwebp.cpp | 109 bool setDecodeConfig(SkBitmap* decodedBitmap, int width, int height); 255 bool SkWEBPImageDecoder::setDecodeConfig(SkBitmap* decodedBitmap, in setDecodeConfig() function in SkWEBPImageDecoder 342 if (!setDecodeConfig(bitmap, width, height)) { in onDecodeRegion() 396 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(), in onDecode() 408 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(), in onDecode()
|
/external/skia/legacy/src/images/ |
D | SkImageDecoder_libwebp.cpp | 109 bool setDecodeConfig(SkBitmap* decodedBitmap, int width, int height); 261 bool SkWEBPImageDecoder::setDecodeConfig(SkBitmap* decodedBitmap, in setDecodeConfig() function in SkWEBPImageDecoder 348 if (!setDecodeConfig(bitmap, width, height)) { in onDecodeRegion() 402 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(), in onDecode() 414 if (!setDecodeConfig(decodedBitmap, sampler.scaledWidth(), in onDecode()
|