Searched refs:current_width_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/
H A Dscreen_capture_notification_ui_gtk.cc47 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/
H A Ddisconnect_window_gtk.cc49 int current_width_; member in class:remoting::__anon9736::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/
H A Dvp8li.h34 int current_width_; // Corresponds to packed image width. member in struct:__anon11620
H A Dvp8l.c810 enc->current_width_ = width;
901 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
1015 enc->current_width_ = width;
1021 if (!EvalAndApplySubtractGreen(enc, enc->current_width_, height, bw)) {
1027 if (!ApplyPredictFilter(enc, enc->current_width_, height, quality, bw)) {
1034 if (!ApplyCrossColorFilter(enc, enc->current_width_, height, quality, bw)) {
1046 if (!VP8LCalculateEstimateForCacheSize(enc->argb_, enc->current_width_,
1056 if (!EncodeImageInternal(bw, enc->argb_, enc->current_width_, height,
/external/webp/src/enc/
H A Dvp8li.h34 int current_width_; // Corresponds to packed image width. member in struct:__anon28036
H A Dvp8l.c810 enc->current_width_ = width;
901 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
1015 enc->current_width_ = width;
1021 if (!EvalAndApplySubtractGreen(enc, enc->current_width_, height, bw)) {
1027 if (!ApplyPredictFilter(enc, enc->current_width_, height, quality, bw)) {
1034 if (!ApplyCrossColorFilter(enc, enc->current_width_, height, quality, bw)) {
1046 if (!VP8LCalculateEstimateForCacheSize(enc->argb_, enc->current_width_,
1056 if (!EncodeImageInternal(bw, enc->argb_, enc->current_width_, height,
/external/chromium_org/chrome_frame/infobars/internal/
H A Dinfobar_window.cc38 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;
H A Dinfobar_window.h91 int current_width_; member in class:InfobarWindow
/external/chromium_org/ui/base/text/
H A Dtext_elider.cc788 current_width_(0),
852 int current_width_; member in class:__anon14255::RectangleText
931 current_width_ = 0;
977 current_width_ = available_pixel_width_;
1000 if ((current_width_ + trimmed_width > available_pixel_width_) && NewLine())
1022 current_width_ += text_width;
1035 current_width_ = 0;

Completed in 193 milliseconds