Lines Matching refs:top
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);
153 rect.bottom - rect.top - REGION_WND_BORDER);
303 virtual_rect.top = virtual_rect.top * desktopvertres / vertres;
308 virtual_rect.top = GetSystemMetrics(SM_YVIRTUALSCREEN);
310 virtual_rect.bottom = (virtual_rect.top + GetSystemMetrics(SM_CYVIRTUALSCREEN)) * desktopvertres / vertres;
316 clip_rect.top = virtual_rect.top;
321 clip_rect.top = gdigrab->offset_y;
327 clip_rect.top < virtual_rect.top ||
332 clip_rect.left, clip_rect.top,
334 virtual_rect.left, virtual_rect.top,
346 clip_rect.bottom - clip_rect.top,
347 bpp, clip_rect.left, clip_rect.top);
352 clip_rect.bottom - clip_rect.top,
353 bpp, clip_rect.left, clip_rect.top);
357 clip_rect.bottom - clip_rect.top <= 0 || bpp%8) {
373 bmi.bmiHeader.biHeight = -(clip_rect.bottom - clip_rect.top);
500 pos.y = ci.ptScreenPos.y - clip_rect.top - info.yHotspot - rect.top;
512 pos.y = ci.ptScreenPos.y * desktopvertres / vertres - clip_rect.top - info.yHotspot;
519 pos.y >= 0 && pos.y <= clip_rect.bottom - clip_rect.top) {
589 clip_rect.bottom - clip_rect.top,
591 clip_rect.left, clip_rect.top, SRCCOPY | CAPTUREBLT)) {