Lines Matching defs:rect
617 SVGASignedRect *rect = cmd;
620 * rects are relative to dest bounding box rect on screen object, so
623 rect->left = clip->x1;
624 rect->top = clip->y1;
625 rect->right = clip->x2;
626 rect->bottom = clip->y2;
628 return sizeof(*rect);
638 SVGASignedRect *rect;
647 rect = (SVGASignedRect *)&blit[1];
670 /* rects are relative to dest bb rect */
672 rect->left -= bb->x1;
673 rect->top -= bb->y1;
674 rect->right -= bb->x1;
675 rect->bottom -= bb->y1;
676 rect++;
1026 /* Blits are relative to the destination rect. Translate. */
1055 /* Destination rect. */