Home
last modified time | relevance | path

Searched refs:desired_width (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dcamera.cc80 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 …]
Dcamera.h61 void Initialize(int desired_width, int desired_height);
113 void DoInitialize(int desired_width, int desired_height);
/external/chromium/chrome/browser/tab_contents/
Dthumbnail_generator.cc77 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()
Dthumbnail_generator.h113 int desired_width,
/external/chromium/chrome/browser/ui/gtk/
Dstatus_bubble_gtk.cc97 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/
Dvid_sunxil.cpp392 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/
Dspeech_input_bubble_gtk.cc234 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/
Dcamera-capture-mac.m88 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/
Dlocation_bar_view.cc870 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()