HomeSort by relevance Sort by last modified time
    Searched refs:capture_bitmap_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc 69 capture_bitmap_.reset();
74 if (!capture_bitmap_)
75 capture_bitmap_.reset(CaptureWindowImage());
79 capture_bitmap_.reset();
118 SkBitmap* thumbnail_bitmap = capture_bitmap_.get();
122 if (capture_bitmap_->width() != width ||
123 capture_bitmap_->height() != height) {
124 double x_scale = static_cast<double>(width) / capture_bitmap_->width();
125 double y_scale = static_cast<double>(height) / capture_bitmap_->height();
127 width = capture_bitmap_->width() * scale
    [all...]
taskbar_window_thumbnailer_win.h 67 scoped_ptr<SkBitmap> capture_bitmap_; member in class:TaskbarWindowThumbnailerWin

Completed in 419 milliseconds