HomeSort by relevance Sort by last modified time
    Searched defs:new_width (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/importer/
importer.cc 40 int new_width = decoded.width(); local
42 calc_favicon_target_size(&new_width, &new_height);
44 decoded, skia::ImageOperations::RESIZE_LANCZOS3, new_width, new_height);
  /external/chromium/chrome/browser/chromeos/
wm_overview_favicon.cc 59 int new_width = kIconSize; local
64 new_width = kIconSize * aspect_ratio;
66 if (new_width && new_height) {
69 new_width, new_height);
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 416 S16CPU new_width = static_cast<S16CPU>(bitmap.height() * dest_aspect); local
417 S16CPU x_offset = (bitmap.width() - new_width) / 2;
418 src_rect.set(x_offset, 0, new_width + x_offset, bitmap.height());
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc 341 int new_width = start_width_ + local
343 gtk_widget_set_size_request(label_.get(), new_width, -1);
browser_actions_toolbar_gtk.cc 719 void BrowserActionsToolbarGtk::SetButtonHBoxWidth(int new_width) {
721 new_width = std::min(max_width, new_width);
722 new_width = std::max(new_width, 0);
723 gtk_widget_set_size_request(button_hbox_.get(), new_width, -1);
834 gint new_width = button_hbox_->allocation.width - distance_dragged; local
835 SetButtonHBoxWidth(new_width);
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 751 int new_width = pref_size.width(); local
754 new_width += scroll_view_->GetScrollBarWidth();
756 return gfx::Rect(0, 0, new_width, new_height).Union(min_bounds_);
763 int new_width = pref_size.width(); local
766 new_width += scroll_view_->GetScrollBarWidth();
767 return gfx::Rect(0, 0, new_width, new_height).Union(min_bounds_);
  /external/opencv/cxcore/src/
cxarray.cpp 3108 int total_width, new_width; local
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 2715 int new_width = cpi->oxcf.Width; local
    [all...]
onyx_if.c 2674 int new_width, new_height; local
    [all...]

Completed in 471 milliseconds