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

  /external/chromium/chrome/browser/importer/
importer.cc 41 int new_height = decoded.height(); 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 60 int new_height = kIconSize; local
62 new_height = kIconSize / aspect_ratio;
66 if (new_width && new_height) {
69 new_width, new_height);
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 750 int new_height = std::min(pref_size.height(), kMaxPanelHeight); local
753 if (new_height != pref_size.height()) {
756 return gfx::Rect(0, 0, new_width, new_height).Union(min_bounds_);
762 int new_height = std::min(sticky_size.height(), kMaxPanelHeight); local
765 if (new_height != pref_size.height())
767 return gfx::Rect(0, 0, new_width, new_height).Union(min_bounds_);
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2619 int new_width, new_height; local
    [all...]
firstpass.c 3202 int new_height = cpi->oxcf.Height; local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 2070 int new_height = 0; local
    [all...]

Completed in 316 milliseconds