Searched refs:rootY (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | GtkVersioning.c | 63 void gdk_window_get_root_coords(GdkWindow* window, gint x, gint y, gint* rootX, gint* rootY) in gdk_window_get_root_coords() argument 65 gdk_window_get_root_origin(window, rootX, rootY); in gdk_window_get_root_coords() 67 *rootY = *rootY + y; in gdk_window_get_root_coords()
|
D | GtkVersioning.h | 85 void gdk_window_get_root_coords(GdkWindow* window, gint x, gint y, gint* rootX, gint* rootY);
|