Lines Matching defs:rect
626 SVGASignedRect *rect = cmd;
629 * rects are relative to dest bounding box rect on screen object, so
632 rect->left = clip->x1;
633 rect->top = clip->y1;
634 rect->right = clip->x2;
635 rect->bottom = clip->y2;
637 return sizeof(*rect);
647 SVGASignedRect *rect;
656 rect = (SVGASignedRect *)&blit[1];
679 /* rects are relative to dest bb rect */
681 rect->left -= bb->x1;
682 rect->top -= bb->y1;
683 rect->right -= bb->x1;
684 rect->bottom -= bb->y1;
685 rect++;
1063 /* Blits are relative to the destination rect. Translate. */
1092 /* Destination rect. */