Searched refs:shaHeight (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshrotate.c73 int shaHeight = pShadow->drawable.height; local in function:shadowUpdateRotatePacked
182 scr_x1 = (shaHeight - box_y2) & pixelsMask;
183 scr_x2 = (shaHeight - box_y1 + pixelsPerBits - 1) & pixelsMask;
185 sha_y1 = (shaHeight - scr_x1 - 1);
202 scr_y1 = shaHeight - box_y2;
203 scr_y2 = shaHeight - box_y1;
/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshrotate.c72 int shaHeight = pShadow->drawable.height; local in function:shadowUpdateRotatePacked
181 scr_x1 = (shaHeight - box_y2) & pixelsMask;
182 scr_x2 = (shaHeight - box_y1 + pixelsPerBits - 1) & pixelsMask;
184 sha_y1 = (shaHeight - scr_x1 - 1);
201 scr_y1 = shaHeight - box_y2;
202 scr_y2 = shaHeight - box_y1;

Completed in 2 milliseconds