Searched defs:resampled (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageSkia.cpp55 // Used by computeResamplingMode to tell how bitmaps should be resampled.
91 // are not resampled ever (see below).
140 // partially resampled images, and as they come in incrementally, it causes
145 // Everything else gets resampled.
158 // will be resampled to resample_width * resample_height (this is the size of
195 SkBitmap resampled = bitmap.resizedBitmap(destRectTransformedRounded.width(), destRectTransformedRounded.height()); local
196 canvas.drawBitmapRect(resampled, 0, destRect, &paint);
229 SkBitmap resampled = bitmap.resizedBitmap(destRectTransformedRounded.width(), local
231 canvas.drawBitmapRect(resampled, 0, destRect, &paint);
242 SkBitmap resampled local
361 SkBitmap resampled; local
390 SkBitmap resampled; local
[all...]

Completed in 40 milliseconds