Searched refs:GdkDrawable (Results 1 – 9 of 9) sorted by relevance
/external/webkit/WebCore/platform/gtk/ |
D | gtk2drawing.c | 791 moz_gtk_button_paint(GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_button_paint() 972 moz_gtk_toggle_paint(GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_toggle_paint() 1102 moz_gtk_scrollbar_button_paint(GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_scrollbar_button_paint() 1197 GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_scrollbar_trough_paint() 1235 GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_scrollbar_thumb_paint() 1307 moz_gtk_spin_paint(GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_spin_paint() 1324 moz_gtk_spin_updown_paint(GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_spin_updown_paint() 1360 moz_gtk_scale_paint(GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_scale_paint() 1401 moz_gtk_scale_thumb_paint(GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_scale_thumb_paint() 1437 moz_gtk_gripper_paint(GdkDrawable* drawable, GdkRectangle* rect, in moz_gtk_gripper_paint() [all …]
|
D | WidgetGtk.cpp | 73 static GdkDrawable* gdkDrawable(PlatformWidget widget) in gdkDrawable()
|
D | PlatformScreenGtk.cpp | 113 GdkDrawable* rootWindow = GDK_DRAWABLE(gtk_widget_get_root_window(container)); in screenAvailableRect()
|
D | gtkdrawing.h | 253 moz_gtk_widget_paint(GtkThemeWidgetType widget, GdkDrawable* drawable,
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext.h | 79 typedef struct _GdkDrawable GdkDrawable; typedef 369 GdkDrawable* gdkDrawable() const;
|
/external/webkit/WebCore/platform/ |
D | Widget.h | 54 typedef struct _GdkDrawable GdkDrawable; typedef
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 1088 GdkDrawable* GraphicsContext::gdkDrawable() const in gdkDrawable()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 16465 has not yet a GdkWindow allocated. We will lazily set the GdkDrawable. 16503 …* platform/graphics/GraphicsContext.h: Allow to set the GdkDrawable, e.g. used inside a expose eve…
|
D | ChangeLog-2008-08-10 | 72478 associated with a GdkDrawable. This was noticed when adding printing
|