Searched refs:pRectsTmp (Results 1 – 1 of 1) sorted by relevance
1038 xRectangle *pRectsTmp = pRects; in damagePolyRectangle() local1047 box.x1 = pRectsTmp->x - offset1; in damagePolyRectangle()1048 box.y1 = pRectsTmp->y - offset1; in damagePolyRectangle()1049 box.x2 = box.x1 + pRectsTmp->width + offset2; in damagePolyRectangle()1055 box.x1 = pRectsTmp->x - offset1; in damagePolyRectangle()1056 box.y1 = pRectsTmp->y + offset3; in damagePolyRectangle()1058 box.y2 = box.y1 + pRectsTmp->height - offset2; in damagePolyRectangle()1063 box.x1 = pRectsTmp->x + pRectsTmp->width - offset1; in damagePolyRectangle()1064 box.y1 = pRectsTmp->y + offset3; in damagePolyRectangle()1066 box.y2 = box.y1 + pRectsTmp->height - offset2; in damagePolyRectangle()[all …]