Searched refs:pRectsTmp (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.c1162 xRectangle *pRectsTmp = pRects; local in function:damagePolyRectangle
1171 box.x1 = pRectsTmp->x - offset1;
1172 box.y1 = pRectsTmp->y - offset1;
1173 box.x2 = box.x1 + pRectsTmp->width + offset2;
1179 box.x1 = pRectsTmp->x - offset1;
1180 box.y1 = pRectsTmp->y + offset3;
1182 box.y2 = box.y1 + pRectsTmp->height - offset2;
1187 box.x1 = pRectsTmp->x + pRectsTmp->width - offset1;
1188 box.y1 = pRectsTmp
1334 xRectangle *pRectsTmp = pRects; local in function:damagePolyFillRect
[all...]
/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamage.c1038 xRectangle *pRectsTmp = pRects; local in function:damagePolyRectangle
1047 box.x1 = pRectsTmp->x - offset1;
1048 box.y1 = pRectsTmp->y - offset1;
1049 box.x2 = box.x1 + pRectsTmp->width + offset2;
1055 box.x1 = pRectsTmp->x - offset1;
1056 box.y1 = pRectsTmp->y + offset3;
1058 box.y2 = box.y1 + pRectsTmp->height - offset2;
1063 box.x1 = pRectsTmp->x + pRectsTmp->width - offset1;
1064 box.y1 = pRectsTmp
1200 xRectangle *pRectsTmp = pRects; local in function:damagePolyFillRect
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-damage.c720 xRectangle *pRectsTmp = pRects; local in function:uxa_damage_poly_rectangle
729 box.x1 = pRectsTmp->x - offset1;
730 box.y1 = pRectsTmp->y - offset1;
731 box.x2 = box.x1 + pRectsTmp->width + offset2;
737 box.x1 = pRectsTmp->x - offset1;
738 box.y1 = pRectsTmp->y + offset3;
740 box.y2 = box.y1 + pRectsTmp->height - offset2;
745 box.x1 = pRectsTmp->x + pRectsTmp->width - offset1;
746 box.y1 = pRectsTmp
[all...]

Completed in 9 milliseconds