Searched refs:GdkRectangle (Results 1 - 25 of 37) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIntRectGtk.cpp27 IntRect::IntRect(const GdkRectangle& r)
33 IntRect::operator GdkRectangle() const
35 GdkRectangle r = { x(), y(), width(), height() };
H A DFontGtk.cpp65 GdkRectangle rectangle;
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGTypedefs.h86 typedef struct _GdkRectangle GdkRectangle; typedef in typeref:struct:_GdkRectangle
91 typedef cairo_rectangle_int_t GdkRectangle; typedef
/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetRenderingContext.cpp149 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
165 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
172 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
179 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
186 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
193 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
200 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
207 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
214 GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.height() };
H A DGtkPluginWidget.cpp54 GdkRectangle rect = _rect;
83 event->expose.area = static_cast<GdkRectangle>(rect);
H A DWidgetRenderingContext.h57 GdkRectangle m_paintRect;
H A DPlatformScreenGtk.cpp105 GdkRectangle geometry;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DPixelDumpSupportGtk.cpp63 GdkRectangle rectangle;
H A DTextInputController.cpp116 GdkRectangle rect;
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.cc22 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/webkit/Source/WebCore/platform/graphics/
H A DIntRect.h52 typedef struct _GdkRectangle GdkRectangle;
55 typedef cairo_rectangle_int_t GdkRectangle;
181 IntRect(const GdkRectangle&);
182 operator GdkRectangle() const;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h97 static bool firstRectForCharacterRange(WebKitWebView*, int location, int length, GdkRectangle*);
101 static void rectangleForSelection(WebKitWebFrame*, GdkRectangle*);
H A DChromeClientGtk.cpp390 GdkRectangle rect = updateRect;
417 GdkRectangle area = clipRect;
418 GdkRectangle moveRect;
420 GdkRectangle sourceRect = area;
H A DDumpRenderTreeSupportGtk.cpp545 bool DumpRenderTreeSupportGtk::firstRectForCharacterRange(WebKitWebView* webView, int location, int length, GdkRectangle* rect)
752 void DumpRenderTreeSupportGtk::rectangleForSelection(WebKitWebFrame* frame, GdkRectangle* rectangle)
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_linux.cc37 GdkRectangle rect;
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.h246 GdkRectangle* dirty_rec,
247 GdkRectangle* rec);
H A Dbrowser_window_gtk.cc255 GdkRectangle monitor_size;
1778 GdkRectangle top_top_rect = { 3, 0, width - 6, 1 };
1779 GdkRectangle top_mid_rect = { 1, 1, width - 2, 2 };
1780 GdkRectangle mid_rect = { 0, 3, width, height - 6 };
1782 GdkRectangle bot_mid_rect = top_mid_rect;
1784 GdkRectangle bot_bot_rect = top_top_rect;
1800 GdkRectangle rect = { 0, 0, width, height };
2309 GdkRectangle monitor_size;
H A Dmenu_gtk.cc95 int CalculateMenuYPosition(const GdkRectangle* screen_rect,
657 GdkRectangle screen_rect;
698 GdkRectangle screen_rect;
H A Dgtk_util.cc352 GdkRectangle rect;
774 GdkRectangle* dirty_rec,
775 GdkRectangle* rec) {
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.h62 void paint(GtkWidget*, GdkRectangle, cairo_t*);
H A DWebViewWidget.cpp139 GdkRectangle clipRect;
153 GdkRectangle clipRect;
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.h263 bool CanPaintOnlyFavicons(const GdkRectangle* rects,
H A Dtab_strip_gtk.cc85 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) {
1871 GdkRectangle* rects;
1874 qsort(rects, num_rects, sizeof(GdkRectangle), CompareGdkRectangles);
2028 bool TabStripGtk::CanPaintOnlyFavicons(const GdkRectangle* rects,
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_im_context_wrapper.cc253 GdkRectangle cursor_rect(caret_rect.ToGdkRectangle());
H A Drender_widget_host_view_gtk.cc941 GdkRectangle geometry;
1012 GdkRectangle extra_gdk_rect =
1017 GdkRectangle rect = { damage_rect.x(), damage_rect.y(),

Completed in 351 milliseconds

12