Lines Matching refs:wy_offset
395 int wx_offset, wy_offset; in gd_update() local
427 wx_offset = wy_offset = 0; in gd_update()
432 wy_offset = (wh_widget - wh_surface) / 2; in gd_update()
436 wx_offset + wx1, wy_offset + wy1, in gd_update()
904 int wx_offset, wy_offset; in gd_draw_event() local
947 wx_offset = wy_offset = 0; in gd_draw_event()
952 wy_offset = (wh_widget - wh_surface) / 2; in gd_draw_event()
962 cairo_rectangle(cr, wx_offset + ww_surface, wy_offset, in gd_draw_event()
969 wy_offset / vc->gfx.scale_y); in gd_draw_event()
981 int wx_offset, wy_offset; in gd_motion_event() local
1000 wx_offset = wy_offset = 0; in gd_motion_event()
1005 wy_offset = (wh_widget - wh_surface) / 2; in gd_motion_event()
1013 fby = (motion->y - wy_offset) / vc->gfx.scale_y; in gd_motion_event()