/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | IntRectGtk.cpp | 27 IntRect::IntRect(const GdkRectangle& r) in IntRect() 33 IntRect::operator GdkRectangle() const in operator GdkRectangle() 35 GdkRectangle r = { x(), y(), width(), height() }; in operator GdkRectangle()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | WidgetRenderingContext.cpp | 149 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintBox() 165 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintFlatBox() 172 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintFocus() 179 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintSlider() 186 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintCheck() 193 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintOption() 200 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintShadow() 207 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintArrow() 214 …GdkRectangle paintRect = { m_paintRect.x + rect.x(), m_paintRect.y + rect.y(), rect.width(), rect.… in gtkPaintVLine()
|
D | GtkPluginWidget.cpp | 54 GdkRectangle rect = _rect; in invalidateRect() 83 event->expose.area = static_cast<GdkRectangle>(rect); in paint()
|
D | WidgetRenderingContext.h | 57 GdkRectangle m_paintRect;
|
D | PlatformScreenGtk.cpp | 105 GdkRectangle geometry; in screenRect()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | bubble_window.cc | 22 GdkRectangle rect = {i, j, 1, 1}; in SetRegionUnionWithPoint() 65 GdkRectangle rect0 = {0, border_radius, w, h - 2 * border_radius}; in TrimMargins() 66 GdkRectangle rect1 = {border_radius, 0, w - 2 * border_radius, h}; in TrimMargins()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | IntRect.h | 52 typedef struct _GdkRectangle GdkRectangle; 55 typedef cairo_rectangle_int_t GdkRectangle; 181 IntRect(const GdkRectangle&); 182 operator GdkRectangle() const;
|
/external/webkit/Source/JavaScriptCore/wtf/gobject/ |
D | GTypedefs.h | 86 typedef struct _GdkRectangle GdkRectangle; typedef 91 typedef cairo_rectangle_int_t GdkRectangle; typedef
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.h | 97 static bool firstRectForCharacterRange(WebKitWebView*, int location, int length, GdkRectangle*); 101 static void rectangleForSelection(WebKitWebFrame*, GdkRectangle*);
|
D | ChromeClientGtk.cpp | 390 GdkRectangle rect = updateRect; in invalidateContentsAndWindow() 417 GdkRectangle area = clipRect; in scroll() 418 GdkRectangle moveRect; in scroll() 420 GdkRectangle sourceRect = area; in scroll()
|
D | DumpRenderTreeSupportGtk.cpp | 545 …k::firstRectForCharacterRange(WebKitWebView* webView, int location, int length, GdkRectangle* rect) in firstRectForCharacterRange() 752 void DumpRenderTreeSupportGtk::rectangleForSelection(WebKitWebFrame* frame, GdkRectangle* rectangle) in rectangleForSelection()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_util.h | 246 GdkRectangle* dirty_rec, 247 GdkRectangle* rec);
|
D | browser_window_gtk.cc | 255 GdkRectangle monitor_size; in SetWindowSize() 1778 GdkRectangle top_top_rect = { 3, 0, width - 6, 1 }; in UpdateWindowShape() 1779 GdkRectangle top_mid_rect = { 1, 1, width - 2, 2 }; in UpdateWindowShape() 1780 GdkRectangle mid_rect = { 0, 3, width, height - 6 }; in UpdateWindowShape() 1782 GdkRectangle bot_mid_rect = top_mid_rect; in UpdateWindowShape() 1784 GdkRectangle bot_bot_rect = top_top_rect; in UpdateWindowShape() 1800 GdkRectangle rect = { 0, 0, width, height }; in UpdateWindowShape() 2309 GdkRectangle monitor_size; in BoundsMatchMonitorSize()
|
D | menu_gtk.cc | 95 int CalculateMenuYPosition(const GdkRectangle* screen_rect, in CalculateMenuYPosition() 657 GdkRectangle screen_rect; in WidgetMenuPositionFunc() 698 GdkRectangle screen_rect; in PointMenuPositionFunc()
|
D | gtk_util.cc | 352 GdkRectangle rect; in CenterOverWindow() 774 GdkRectangle* dirty_rec, in DrawTextEntryBackground() 775 GdkRectangle* rec) { in DrawTextEntryBackground()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | PixelDumpSupportGtk.cpp | 63 GdkRectangle rectangle; in createBitmapContextFromWebView()
|
D | TextInputController.cpp | 116 GdkRectangle rect; in firstRectForCharacterRangeCallback()
|
/external/chromium/chrome/browser/ui/ |
D | window_sizer_linux.cc | 37 GdkRectangle rect; in GetPrimaryMonitorBounds()
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | WebViewWidget.cpp | 139 GdkRectangle clipRect; in webViewExpose() 153 GdkRectangle clipRect; in webViewDraw()
|
D | WebView.h | 62 void paint(GtkWidget*, GdkRectangle, cairo_t*);
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 85 int p1_x = static_cast<const GdkRectangle*>(p1)->x; in CompareGdkRectangles() 86 int p2_x = static_cast<const GdkRectangle*>(p2)->x; in CompareGdkRectangles() 94 bool GdkRectMatchesTabFaviconBounds(const GdkRectangle& gdk_rect, TabGtk* tab) { in GdkRectMatchesTabFaviconBounds() 1871 GdkRectangle* rects; in OnExpose() 1874 qsort(rects, num_rects, sizeof(GdkRectangle), CompareGdkRectangles); in OnExpose() 2028 bool TabStripGtk::CanPaintOnlyFavicons(const GdkRectangle* rects, in CanPaintOnlyFavicons()
|
D | tab_strip_gtk.h | 263 bool CanPaintOnlyFavicons(const GdkRectangle* rects,
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.cc | 941 GdkRectangle geometry; in ModifyEventForEdgeDragging() 1012 GdkRectangle extra_gdk_rect = in Paint() 1017 GdkRectangle rect = { damage_rect.x(), damage_rect.y(), in Paint()
|
D | gtk_im_context_wrapper.cc | 253 GdkRectangle cursor_rect(caret_rect.ToGdkRectangle()); in UpdateInputMethodState()
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_item_gtk.cc | 770 GdkRectangle left_clip = { in OnHboxExpose() 776 GdkRectangle right_clip = { in OnHboxExpose()
|