Lines Matching defs:rect
553 my_request.rect.width = req.width;
554 my_request.rect.height = req.height;
556 my_request.rect.x = root_x - GDL_DOCK_ITEM (request->applicant)->dragoff_x;
557 my_request.rect.y = root_y - GDL_DOCK_ITEM (request->applicant)->dragoff_y;
564 g_value_set_boxed (&my_request.extra, &my_request.rect);
575 if (!(my_request.rect.x == request->rect.x &&
576 my_request.rect.y == request->rect.y &&
577 my_request.rect.width == request->rect.width &&
578 my_request.rect.height == request->rect.height &&
613 GdkRectangle *rect;
622 &master->_priv->drag_request->rect);
626 rect = &master->_priv->drag_request->rect;
660 rect->x, rect->y,
661 rect->width, rect->height);
666 rect->x + 1, rect->y + 1,
667 rect->width - 2, rect->height - 2);