Lines Matching refs:left
100 rect.left++; rect.top++; rect.right--; rect.bottom--;
103 rect.left++; rect.top++; rect.right--; rect.bottom--;
132 rect.left -= REGION_WND_BORDER; rect.top -= REGION_WND_BORDER;
139 hwnd = CreateWindowEx(ex, WC_DIALOG, NULL, style, rect.left, rect.top,
140 rect.right - rect.left, rect.bottom - rect.top,
150 rect.right - rect.left, rect.bottom - rect.top);
152 rect.right - rect.left - REGION_WND_BORDER,
301 virtual_rect.left = virtual_rect.left * desktophorzres / horzres;
307 virtual_rect.left = GetSystemMetrics(SM_XVIRTUALSCREEN);
309 virtual_rect.right = (virtual_rect.left + GetSystemMetrics(SM_CXVIRTUALSCREEN)) * desktophorzres / horzres;
315 clip_rect.left = virtual_rect.left;
320 clip_rect.left = gdigrab->offset_x;
326 if (clip_rect.left < virtual_rect.left ||
332 clip_rect.left, clip_rect.top,
334 virtual_rect.left, virtual_rect.top,
345 clip_rect.right - clip_rect.left,
347 bpp, clip_rect.left, clip_rect.top);
351 clip_rect.right - clip_rect.left,
353 bpp, clip_rect.left, clip_rect.top);
356 if (clip_rect.right - clip_rect.left <= 0 ||
372 bmi.bmiHeader.biWidth = clip_rect.right - clip_rect.left;
499 pos.x = ci.ptScreenPos.x - clip_rect.left - info.xHotspot - rect.left;
511 pos.x = ci.ptScreenPos.x * desktophorzres / horzres - clip_rect.left - info.xHotspot;
518 if (pos.x >= 0 && pos.x <= clip_rect.right - clip_rect.left &&
588 clip_rect.right - clip_rect.left,
591 clip_rect.left, clip_rect.top, SRCCOPY | CAPTUREBLT)) {