/external/chromium_org/chrome/browser/ui/gtk/ |
screen_capture_notification_ui_gtk.cc | 47 int current_width_; member in class:ScreenCaptureNotificationUIGtk 57 current_width_(0), 96 current_height_ = current_width_ = 0; 191 if (event->width == current_width_ && event->height == current_height_) 194 current_width_ = event->width; 199 gdk_pixmap_new(NULL, current_width_, current_height_, 1); 214 AddRoundRectPath(cairo_context, current_width_, current_height_, 224 gdk_pixmap_new(NULL, current_width_, current_height_, 24); 234 AddRoundRectPath(cairo_context, current_width_, current_height_,
|
/external/chromium_org/remoting/host/ |
disconnect_window_gtk.cc | 49 int current_width_; member in class:remoting::__anon12142::DisconnectWindowGtk 70 current_width_(0), 122 current_height_ = current_width_ = 0; 191 if (event->width == current_width_ && event->height == current_height_) 194 current_width_ = event->width; 198 GdkPixmap* shape_mask = gdk_pixmap_new(NULL, current_width_, current_height_, 214 AddRoundRectPath(cairo_context, current_width_, current_height_, 223 GdkPixmap* background = gdk_pixmap_new(NULL, current_width_, current_height_, 234 AddRoundRectPath(cairo_context, current_width_, current_height_,
|
/external/chromium_org/third_party/libwebp/enc/ |
vp8li.h | 34 int current_width_; // Corresponds to packed image width. member in struct:__anon14026
|
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:__anon30413
|
vp8l.c | 810 enc->current_width_ = width; 901 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_, [all...] |
/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/ui/base/text/ |
text_elider.cc | 788 current_width_(0), 852 int current_width_; member in class:__anon16654::RectangleText [all...] |