Searched refs:resampled (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | ImageSkia.cpp | 195 …SkBitmap resampled = bitmap.resizedBitmap(destRectTransformedRounded.width(), destRectTransformedR… in drawResampledBitmap() local 196 canvas.drawBitmapRect(resampled, 0, destRect, &paint); in drawResampledBitmap() 229 SkBitmap resampled = bitmap.resizedBitmap(destRectTransformedRounded.width(), in drawResampledBitmap() local 231 canvas.drawBitmapRect(resampled, 0, destRect, &paint); in drawResampledBitmap() 242 SkBitmap resampled = skia::ImageOperations::Resize(subset, in drawResampledBitmap() local 254 canvas.drawBitmapRect(resampled, 0, offsetDestRect, &paint); in drawResampledBitmap() 361 SkBitmap resampled; in drawPattern() local 390 SkBitmap resampled; in drawPattern() local 398 resampled = bitmap->resizedBitmap(width, height); in drawPattern() 400 resampled = skia::ImageOperations::Resize(srcSubset, in drawPattern() [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 1790 This patch modifies ImageSkia.cpp to fix the calculation of resampled 8311 This patch modifies ImageSkia.cpp to fix the calculation of resampled 44593 This patch modifies ImageSkia.cpp to fix the calculation of resampled 131907 (WebCore::drawResampledBitmap): Enable cacheing of resampled images
|