Searched refs:y_orig (Results 1 – 3 of 3) sorted by relevance
/third_party/weston/libweston/ |
D | screenshooter.c | 279 int y_orig; in weston_recorder_frame_notify() local 317 y_orig = output->current_mode->height - r[i].y2; in weston_recorder_frame_notify() 319 y_orig = r[i].y1; in weston_recorder_frame_notify() 323 r[i].x1, y_orig, width, height); in weston_recorder_frame_notify() 332 y_orig = r[i].y2 - j - 1; in weston_recorder_frame_notify() 333 d = recorder->frame + stride * y_orig + r[i].x1; in weston_recorder_frame_notify()
|
/third_party/python/Lib/tkinter/ |
D | dnd.py | 246 self.x_orig, self.y_orig = self.canvas.coords(self.id) 253 self.canvas.coords(self.id, self.x_orig, self.y_orig)
|
/third_party/weston/compositor/ |
D | screen-share.c | 825 int i, nrects, do_yflip, y_orig; in shared_output_repainted() local 878 y_orig = so->output->current_mode->height - r[i].y2; in shared_output_repainted() 880 y_orig = y; in shared_output_repainted() 884 x, y_orig, width, height); in shared_output_repainted()
|