HomeSort by relevance Sort by last modified time
    Searched refs:GdkRectangle (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/ui/gfx/
canvas_paint_gtk.h 40 GdkRectangle rectangle() const {
41 GdkRectangle bounds;
canvas_paint_gtk.cc 43 GdkRectangle bounds = rectangle();
54 GdkRectangle bounds = rectangle();
rect.cc 39 Rect::Rect(const GdkRectangle& r)
60 GdkRectangle Rect::ToGdkRectangle() const {
61 GdkRectangle r = {x(), y(), width(), height()};
rect.h 27 typedef struct _GdkRectangle GdkRectangle;
56 explicit Rect(const GdkRectangle& r);
71 GdkRectangle ToGdkRectangle() const;
screen_gtk.cc 52 GdkRectangle rect;
69 GdkRectangle bounds;
140 GdkRectangle bounds;
gtk_util.cc 132 GdkRectangle rect = cutouts[i].ToGdkRectangle();
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.cc 22 GdkRectangle rect = {i, j, 1, 1};
65 GdkRectangle rect0 = {0, border_radius, w, h - 2 * border_radius};
66 GdkRectangle rect1 = {border_radius, 0, w - 2 * border_radius, h};
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.h 192 GdkRectangle* dirty_rec,
193 GdkRectangle* rec);
gtk_window_util.cc 112 GdkRectangle monitor_size;
127 GdkRectangle monitor_size;
212 GdkRectangle size_with_decorations = {0};
227 GdkRectangle monitor_size;
browser_window_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 37 GdkRectangle rect;
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container_manager.cc 84 GdkRectangle clip_rect = move.clip_rect.ToGdkRectangle();
gtk_window_utils.cc 76 GdkRectangle monitor_rect;
render_widget_host_view_gtk.cc 671 GdkRectangle monitor_rect;
812 GdkRectangle window_rect;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.h 246 GdkRectangle* dirty_rec,
247 GdkRectangle* rec);
browser_window_gtk.cc 255 GdkRectangle monitor_size;
    [all...]
menu_gtk.cc 95 int CalculateMenuYPosition(const GdkRectangle* screen_rect,
657 GdkRectangle screen_rect;
698 GdkRectangle screen_rect;
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.cc 369 GdkRectangle top_top_rect = { 3, 0, width - 6, 1 };
370 GdkRectangle top_mid_rect = { 1, 1, width - 2, 2 };
374 GdkRectangle top_rect = { 0, 0, width, 3 };
379 GdkRectangle mid_rect = { 0, 3, width, height - 6 };
380 GdkRectangle bottom_mid_rect = { 1, height - 3, width - 2, 2 };
381 GdkRectangle bottom_bottom_rect = { 3, height - 1, width - 6, 1 };
386 GdkRectangle mid_rect = { 0, 3, width, height - 3 };
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc 89 GdkRectangle row_rect = controller_->GetRowBounds(row).ToGdkRectangle();
103 GdkRectangle popup_rect = controller_->popup_bounds().ToGdkRectangle();
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 263 bool CanPaintOnlyFavicons(const GdkRectangle* rects,
tab_strip_gtk.cc 85 int p1_x = static_cast<const GdkRectangle*>(p1)->x;
86 int p2_x = static_cast<const GdkRectangle*>(p2)->x;
94 bool GdkRectMatchesTabFaviconBounds(const GdkRectangle& gdk_rect, TabGtk* tab) {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 286 bool CanPaintOnlyFavicons(const GdkRectangle* rects,
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 685 GdkRectangle left_tiling_area =
688 GdkRectangle invalid_left_tiling_area;
695 GdkRectangle right_tiling_area =
700 GdkRectangle invalid_right_tiling_area;
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc 253 GdkRectangle cursor_rect(caret_rect.ToGdkRectangle());
render_widget_host_view_gtk.cc     [all...]

Completed in 3410 milliseconds

1 2