HomeSort by relevance Sort by last modified time
    Searched refs:GdkDrawable (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/platform/gtk/
WidgetGtk.cpp 61 static GdkDrawable* gdkDrawable(PlatformWidget widget)
79 gdk_window_set_cursor(gdkDrawable(platformWidget()) ? GDK_WINDOW(gdkDrawable(platformWidget())) : GTK_WIDGET(root()->hostWindow()->platformPageClient())->window, platformCursor);
RenderThemeGtk.h 38 typedef struct _GdkDrawable GdkDrawable;
92 GtkThemeParts* partsForDrawable(GdkDrawable*) const;
gtk2drawing.c 755 moz_gtk_button_paint(GdkDrawable* drawable, GdkRectangle* rect,
932 moz_gtk_toggle_paint(GdkDrawable* drawable, GdkRectangle* rect,
    [all...]
PlatformScreenGtk.cpp 132 GdkDrawable* rootWindow = GDK_DRAWABLE(gtk_widget_get_root_window(container));
gtkdrawing.h 317 moz_gtk_widget_paint(GtkThemeWidgetType widget, GdkDrawable* drawable,
RenderThemeGtk.cpp 177 GtkThemeParts* RenderThemeGtk::partsForDrawable(GdkDrawable* drawable) const
284 if (!i.context->gdkDrawable())
330 // Since the theme renderer is going to be drawing onto this GdkDrawable,
332 moz_gtk_use_theme_parts(theme->partsForDrawable(i.context->gdkDrawable()));
333 return moz_gtk_widget_paint(type, i.context->gdkDrawable(), &gdkRect, &gdkClipRect, &mozState, flags, direction) != MOZ_GTK_SUCCESS;
  /external/webkit/WebCore/platform/
Widget.h 54 typedef struct _GdkDrawable GdkDrawable;
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 94 typedef struct _GdkDrawable GdkDrawable;
420 GdkDrawable* gdkDrawable() const;
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 232 GdkDrawable* gdkBackingStore = 0;
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp     [all...]

Completed in 602 milliseconds