HomeSort by relevance Sort by last modified time
    Searched full:current_width_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc 45 int current_width_; member in class:ScreenCaptureNotificationUIGtk
55 current_width_(0),
94 current_height_ = current_width_ = 0;
189 if (event->width == current_width_ && event->height == current_height_)
192 current_width_ = event->width;
197 gdk_pixmap_new(NULL, current_width_, current_height_, 1);
212 AddRoundRectPath(cairo_context, current_width_, current_height_,
222 gdk_pixmap_new(NULL, current_width_, current_height_, 24);
232 AddRoundRectPath(cairo_context, current_width_, current_height_,
  /external/chromium_org/remoting/host/
disconnect_window_gtk.cc 49 int current_width_; member in class:remoting::__anon10143::DisconnectWindowGtk
70 current_width_(0),
122 current_height_ = current_width_ = 0;
192 if (event->width == current_width_ && event->height == current_height_)
195 current_width_ = event->width;
199 GdkPixmap* shape_mask = gdk_pixmap_new(NULL, current_width_, current_height_,
215 AddRoundRectPath(cairo_context, current_width_, current_height_,
224 GdkPixmap* background = gdk_pixmap_new(NULL, current_width_, current_height_,
235 AddRoundRectPath(cairo_context, current_width_, current_height_,
  /external/chromium_org/chrome_frame/infobars/internal/
infobar_window.cc 38 current_width_(0),
75 if (current_width_ == 0)
77 if (current_width_ == 0)
81 StartSlidingTowards(content_->GetDesiredSize(current_width_, 0));
100 current_width_ = rect->right - rect->left;
infobar_window.h 91 int current_width_; member in class:InfobarWindow
  /external/chromium_org/third_party/libwebp/enc/
vp8li.h 34 int current_width_; // Corresponds to packed image width. member in struct:__anon12135
vp8l.c 810 enc->current_width_ = width;
901 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
    [all...]
  /external/webp/src/enc/
vp8li.h 34 int current_width_; // Corresponds to packed image width. member in struct:__anon28582
vp8l.c 810 enc->current_width_ = width;
901 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
    [all...]
  /external/chromium_org/ui/gfx/
text_elider.cc 807 current_width_(0),
871 float current_width_; member in class:gfx::__anon14950::RectangleText
    [all...]

Completed in 126 milliseconds