Home
last modified time | relevance | path

Searched refs:target_size_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/thumbnails/
Dsimple_thumbnail_crop.cc24 : target_size_(target_size) { in SimpleThumbnailCrop()
35 *clipping_rect = GetClippingRect(source_size, target_size_, &clip_result); in GetCanvasCopyInfo()
36 *target_size = GetCopySizeForThumbnail(scale_factor, target_size_); in GetCanvasCopyInfo()
50 ComputeTargetSizeAtMaximumScale(target_size_), in ProcessBitmap()
Dcontent_based_thumbnailing_algorithm.cc39 : target_size_(target_size) { in ContentBasedThumbnailingAlgorithm()
50 SimpleThumbnailCrop::GetCopySizeForThumbnail(scale_factor, target_size_); in GetCanvasCopyInfo()
68 SimpleThumbnailCrop::ComputeTargetSizeAtMaximumScale(target_size_); in ProcessBitmap()
Dcontent_based_thumbnailing_algorithm.h54 const gfx::Size target_size_; variable
Dsimple_thumbnail_crop.h67 const gfx::Size target_size_; variable
/external/chromium_org/ash/desktop_background/
Dwallpaper_resizer.cc106 target_size_(target_size), in WallpaperResizer()
120 base::Bind(&Resize, *image_.bitmap(), target_size_, in StartResize()
Dwallpaper_resizer.h62 gfx::Size target_size_; variable