Searched refs:cropBitmap (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/ports/ |
D | SkImageDecoder_empty.cpp | 83 bool SkImageDecoder::cropBitmap(SkBitmap*, SkBitmap*, int, int, int, int, int, in cropBitmap() function in SkImageDecoder
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 350 bool cropBitmap(SkBitmap *dst, SkBitmap *src, int sampleSize,
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 168 bool SkImageDecoder::cropBitmap(SkBitmap *dst, SkBitmap *src, int sampleSize, in cropBitmap() function in SkImageDecoder
|
D | SkImageDecoder_libjpeg.cpp | 1131 return cropBitmap(bm, &bitmap, actualSampleSize, region.x(), region.y(), in onDecodeSubset() 1189 return cropBitmap(bm, &bitmap, actualSampleSize, region.x(), region.y(), in onDecodeSubset()
|
D | SkImageDecoder_libwebp.cpp | 398 return cropBitmap(decodedBitmap, bitmap, sampleSize, region.x(), region.y(), in onDecodeSubset()
|
D | SkImageDecoder_libpng.cpp | 987 return this->cropBitmap(bm, &decodedBitmap, sampleSize, region.x(), region.y(), in onDecodeSubset()
|