Lines Matching defs:rect
624 SVGASignedRect *rect = cmd;
627 * rects are relative to dest bounding box rect on screen object, so
630 rect->left = clip->x1;
631 rect->top = clip->y1;
632 rect->right = clip->x2;
633 rect->bottom = clip->y2;
635 return sizeof(*rect);
645 SVGASignedRect *rect;
654 rect = (SVGASignedRect *)&blit[1];
677 /* rects are relative to dest bb rect */
679 rect->left -= bb->x1;
680 rect->top -= bb->y1;
681 rect->right -= bb->x1;
682 rect->bottom -= bb->y1;
683 rect++;
1060 /* Blits are relative to the destination rect. Translate. */
1089 /* Destination rect. */