Searched refs:new_height (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/printing/cloud_print/resources/ |
D | cloud_print_setup_login.js | 19 new_height = $('cloudprint-signup').offsetHeight; 21 if (login_height > new_height) { 22 new_height = login_height; 24 $('cloudprint-contents').style.height = new_height + 4 + 'px';
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_overview_favicon.cc | 60 int new_height = kIconSize; in SetFavicon() local 62 new_height = kIconSize / aspect_ratio; in SetFavicon() 66 if (new_width && new_height) { in SetFavicon() 69 new_width, new_height); in SetFavicon()
|
/external/chromium/chrome/browser/importer/ |
D | importer.cc | 41 int new_height = decoded.height(); in ReencodeFavicon() local 42 calc_favicon_target_size(&new_width, &new_height); in ReencodeFavicon() 44 decoded, skia::ImageOperations::RESIZE_LANCZOS3, new_width, new_height); in ReencodeFavicon()
|
/external/libvpx/vpx_scale/generic/ |
D | bicubic_scaler.c | 580 int new_width, int new_height) in bicubic_scale_frame() argument 584 dst->y_height = new_height; in bicubic_scale_frame() 586 dst->uv_height = new_height / 2; in bicubic_scale_frame() 592 new_width, new_height, dst->y_stride, in bicubic_scale_frame() 596 new_width / 2, new_height / 2, dst->uv_stride, in bicubic_scale_frame() 600 new_width / 2, new_height / 2, dst->uv_stride, in bicubic_scale_frame()
|
/external/chromium/chrome/browser/chromeos/notifications/ |
D | notification_panel.cc | 750 int new_height = std::min(pref_size.height(), kMaxPanelHeight); in GetPreferredBounds() local 753 if (new_height != pref_size.height()) { in GetPreferredBounds() 756 return gfx::Rect(0, 0, new_width, new_height).Union(min_bounds_); in GetPreferredBounds() 762 int new_height = std::min(sticky_size.height(), kMaxPanelHeight); in GetStickyNewBounds() local 765 if (new_height != pref_size.height()) in GetStickyNewBounds() 767 return gfx::Rect(0, 0, new_width, new_height).Union(min_bounds_); in GetStickyNewBounds()
|
/external/libvpx/vpx_scale/include/generic/ |
D | vpxscale_arbitrary.h | 52 int new_width, int new_height);
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_setup_flow.cc | 320 FundamentalValue new_height(done_size.height()); in ShowSetupDone() local 322 new_width, new_height); in ShowSetupDone()
|
/external/libvpx/vp8/encoder/ |
D | firstpass.c | 2716 int new_height = cpi->oxcf.Height; in find_next_key_frame() local 2780 …p_err / cpi->frames_to_key, (int)(cpi->kf_group_bits / cpi->frames_to_key), new_height, new_width); in find_next_key_frame() 2825 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in find_next_key_frame() 2829 …effective_size_ratio = (double)(new_width * new_height) / (double)(cpi->oxcf.Width * cpi->oxcf.Hei… in find_next_key_frame() 2838 …p_err / cpi->frames_to_key, (int)(cpi->kf_group_bits / cpi->frames_to_key), new_height, new_width); in find_next_key_frame() 2844 if ((cpi->common.Width != new_width) || (cpi->common.Height != new_height)) in find_next_key_frame() 2847 cpi->common.Height = new_height; in find_next_key_frame()
|
D | onyx_if.c | 2674 int new_width, new_height; in resize_key_frame() local 2693 new_height = ((vs - 1) + (cpi->oxcf.Height * vr)) / vs; in resize_key_frame() 2697 if ((cm->Width != new_width) || (cm->Height != new_height)) in resize_key_frame() 2700 cm->Height = new_height; in resize_key_frame()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 2070 int new_height = 0; local 2072 new_height = new_view->GetPreferredSize().height(); 2076 if (new_height != current_height) { 2084 DCHECK_EQ(0, new_height);
|