Home | History | Annotate | Download | only in putsurface

Lines Matching refs:height

38              int x, int y, int width, int height);
40 int *width, int *height, int *quit);
89 src_rect.height = src_h;
94 dst_rect.height = src_h;
166 dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height
244 create_window(void *win_display, int x, int y, int width, int height)
287 int *height,
327 *height = event.xconfigure.height;
328 printf("Scale window to %dx%d\n", width, height);