/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/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/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/skia/src/effects/ |
SkBlurMask.cpp | 40 int new_width = width + SkMax32(leftRadius, rightRadius) * 2; local 42 int dst_y_stride = transpose ? 1 : new_width; 177 return new_width; 200 int new_width = width + diameter; local 202 int dst_y_stride = transpose ? 1 : new_width; 312 return new_width; [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | 2619 int new_width, new_height; local [all...] |
firstpass.c | 3201 int new_width = cpi->oxcf.Width; local [all...] |