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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c286 POINT topLeft, bottomRight; local in function:winRedrawDamagedWindowShadowGDI
294 bottomRight.x = pDamage->x2;
295 bottomRight.y = pDamage->y2;
297 bottomRight.x += GetSystemMetrics(SM_XVIRTUALSCREEN);
299 bottomRight.y += GetSystemMetrics(SM_YVIRTUALSCREEN);
301 ScreenToClient(hwnd, &bottomRight);
302 SetRect(&rcDamage, topLeft.x, topLeft.y, bottomRight.x, bottomRight.y);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinshadgdi.c304 POINT topLeft, bottomRight; local in function:winRedrawDamagedWindowShadowGDI
311 bottomRight.x = pDamage->x2; bottomRight.y = pDamage->y2;
313 bottomRight.x += GetSystemMetrics (SM_XVIRTUALSCREEN);
315 bottomRight.y += GetSystemMetrics (SM_YVIRTUALSCREEN);
317 ScreenToClient (hwnd, &bottomRight);
318 SetRect (&rcDamage, topLeft.x, topLeft.y, bottomRight.x, bottomRight.y);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Drasterizer_impl.h666 POS bottomRight{scissor.xmax, scissor.ymax}; local in function:ComputeScissorEdges::ComputeScissorEdges
670 ComputeEdgeData(bottomLeft, bottomRight, rastEdges[4]);
671 ComputeEdgeData(bottomRight, topRight, rastEdges[5]);
716 POS bottomRight{scissor.xmax, scissor.ymax}; local in function:ComputeScissorEdges::ComputeScissorEdges
720 ComputeEdgeData(bottomLeft, bottomRight, rastEdges[4]);
721 ComputeEdgeData(bottomRight, topRight, rastEdges[5]);

Completed in 7 milliseconds