Searched refs:cliprect (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/platform/gtk/ |
D | gtk2drawing.c | 791 GdkRectangle* cliprect, GtkWidgetState* state, in moz_gtk_button_paint() argument 807 gdk_window_clear_area(drawable, cliprect->x, cliprect->y, in moz_gtk_button_paint() 808 cliprect->width, cliprect->height); in moz_gtk_button_paint() 835 gtk_paint_box(style, drawable, button_state, shadow_type, cliprect, in moz_gtk_button_paint() 846 gtk_paint_box(style, drawable, button_state, shadow_type, cliprect, in moz_gtk_button_paint() 864 gtk_paint_focus(style, drawable, button_state, cliprect, in moz_gtk_button_paint() 968 GdkRectangle* cliprect, GtkWidgetState* state, in moz_gtk_toggle_paint() argument 1016 gtk_paint_option(style, drawable, state_type, shadow_type, cliprect, in moz_gtk_toggle_paint() 1020 gtk_paint_focus(style, drawable, GTK_STATE_ACTIVE, cliprect, in moz_gtk_toggle_paint() 1037 gtk_paint_check(style, drawable, state_type, shadow_type, cliprect, in moz_gtk_toggle_paint() [all …]
|
D | gtkdrawing.h | 258 GdkRectangle* rect, GdkRectangle* cliprect,
|