Searched refs:desired_width (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | camera.cc | 80 int desired_width, in get_best_frame_size() argument 96 return gfx::Size(desired_width, desired_height); in get_best_frame_size() 99 if (sizes[i].width() >= desired_width && in get_best_frame_size() 171 void Camera::Initialize(int desired_width, int desired_height) { in Initialize() argument 177 desired_width, in Initialize() 181 void Camera::DoInitialize(int desired_width, int desired_height) { in DoInitialize() argument 217 desired_width, in DoInitialize() 239 desired_width_ = desired_width; in DoInitialize() 469 int desired_width = desired_width_; in ProcessImage() local 471 if (desired_width > frame_width_ || desired_height > frame_height_) { in ProcessImage() [all …]
|
D | camera.h | 61 void Initialize(int desired_width, int desired_height); 113 void DoInitialize(int desired_width, int desired_height);
|
/external/chromium/chrome/browser/tab_contents/ |
D | thumbnail_generator.cc | 77 int desired_width, in GetBitmapForBackingStore() argument 97 bmp, desired_width, desired_height, clip_result); in GetBitmapForBackingStore() 102 clipped_bitmap, desired_width, desired_height); in GetBitmapForBackingStore() 107 bmp, desired_width, desired_height); in GetBitmapForBackingStore() 390 int desired_width, in GetClippedBitmap() argument 394 SkIntToScalar(desired_width), in GetClippedBitmap()
|
D | thumbnail_generator.h | 113 int desired_width,
|
/external/chromium/chrome/browser/ui/gtk/ |
D | status_bubble_gtk.cc | 97 int desired_width = parent->allocation.width; in SetStatusTextToURL() local 104 desired_width /= 3; in SetStatusTextToURL() 109 url_text_ = UTF16ToUTF8(ui::ElideUrl(url_, gfx::Font(), desired_width, in SetStatusTextToURL()
|
/external/quake/quake/src/WinQuake/ |
D | vid_sunxil.cpp | 392 int desired_width=320, desired_height=200; in VID_Init() local 455 desired_width = Q_atoi(com_argv[pnum+1]); in VID_Init() 457 if (desired_width < 1 || desired_height < 1) in VID_Init() 517 if (desired_width < w) in VID_Init() 518 desired_width = w; in VID_Init() 522 vid.width = MP(desired_width); in VID_Init() 560 desired_width, desired_height, in VID_Init()
|
/external/chromium/chrome/browser/speech/ |
D | speech_input_bubble_gtk.cc | 234 int desired_width = std::max(volume->width(), cancel_size.width) + in UpdateLayout() local 239 int diff_width = desired_width - icon_image().width(); in UpdateLayout()
|
/external/qemu/android/camera/ |
D | camera-capture-mac.m | 88 int desired_width; field 243 desired_width = width; 252 } else if (width == desired_width && height == desired_height) { 254 __FUNCTION__, desired_width, desired_height); 258 __FUNCTION__, desired_width, desired_height, width, height);
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.cc | 870 int desired_width = view_size.width() + padding; in LayoutView() local 871 view->SetVisible(desired_width < bounds->width()); in LayoutView() 876 bounds->set_width(bounds->width() - desired_width); in LayoutView()
|