Lines Matching defs:rect
819 my_request.rect.x = alloc.x + bw;
820 my_request.rect.y = alloc.y + bw;
821 my_request.rect.width = alloc.width - 2*bw;
822 my_request.rect.height = alloc.height - 2*bw;
835 my_request.rect.width *= SPLIT_RATIO;
838 my_request.rect.x += my_request.rect.width * (1 - SPLIT_RATIO);
839 my_request.rect.width *= SPLIT_RATIO;
842 my_request.rect.height *= SPLIT_RATIO;
845 my_request.rect.y += my_request.rect.height * (1 - SPLIT_RATIO);
846 my_request.rect.height *= SPLIT_RATIO;
882 GdkRectangle *rect;
884 rect = g_value_get_boxed (user_data);
885 x = rect->x;
886 y = rect->y;
887 width = rect->width;
888 height = rect->height;
974 GdkRectangle *rect;
976 rect = g_value_get_boxed (other_data);
978 rect->x,
979 rect->y);
1324 GdkRectangle *rect)
1357 rect->x, rect->y,
1358 rect->width, rect->height);
1363 rect->x + 1, rect->y + 1,
1364 rect->width - 2, rect->height - 2);