HomeSort by relevance Sort by last modified time
    Searched refs:new_width (Results 1 - 14 of 14) 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/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 52 int new_width, int new_height);
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 580 int new_width, int new_height)
583 dst->y_width = new_width;
585 dst->uv_width = new_width / 2;
592 new_width, new_height, dst->y_stride,
596 new_width / 2, new_height / 2, dst->uv_stride,
600 new_width / 2, new_height / 2, dst->uv_stride,
  /external/linux-tools-perf/util/
svghelper.c 76 int new_width; local
91 new_width = (last_time - first_time) / 5000000;
93 if (new_width > svg_page_width)
94 svg_page_width = new_width;
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 319 FundamentalValue new_width(done_size.width());
322 new_width, new_height);
  /external/chromium/chrome/browser/ui/gtk/
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...]
browser_actions_toolbar_gtk.h 134 // Sets the width of the button area of the toolbar to |new_width|, clamping
136 void SetButtonHBoxWidth(int new_width);
status_bubble_gtk.cc 341 int new_width = start_width_ + local
343 gtk_widget_set_size_request(label_.get(), new_width, -1);
  /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/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/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...]
  /external/opencv/cxcore/src/
cxarray.cpp 3108 int total_width, new_width; local
    [all...]

Completed in 325 milliseconds