Lines Matching defs:top
208 area->bottom = area->top + (frame.bottom - frame.top) +
213 area->top = area->bottom - (frame.bottom - frame.top) -
219 (int) (((area->bottom - area->top) - (frame.bottom - frame.top)) * ratio);
365 rect.left, rect.top,
366 rect.right - rect.left, rect.bottom - rect.top,
435 mi.rcMonitor.top,
437 mi.rcMonitor.bottom - mi.rcMonitor.top,
498 rect.bottom = _glfw_min(rect.bottom, rect.top + window->maxheight);
526 rect.top,
528 rect.bottom - rect.top,
1114 mmi->ptMinTrackSize.y = window->minheight + frame.bottom - frame.top;
1121 mmi->ptMaxTrackSize.y = window->maxheight + frame.bottom - frame.top;
1135 mmi->ptMaxPosition.y = mi.rcWork.top - mi.rcMonitor.top;
1137 mmi->ptMaxSize.y = mi.rcWork.bottom - mi.rcWork.top;
1193 size->cy += (target.bottom - target.top) -
1194 (source.bottom - source.top);
1215 suggested->top,
1217 suggested->bottom - suggested->top,
1355 frameY = mi.rcMonitor.top;
1357 frameHeight = mi.rcMonitor.bottom - mi.rcMonitor.top;
1377 frameY = wndconfig->ypos + rect.top;
1381 frameHeight = rect.bottom - rect.top;
1459 wp.rcNormalPosition.top - rect.top);
1475 mi.rcWork.top,
1477 mi.rcWork.bottom - mi.rcWork.top,
1660 SetWindowPos(window->win32.handle, NULL, rect.left, rect.top, 0, 0,
1702 0, 0, rect.right - rect.left, rect.bottom - rect.top,
1721 area.left, area.top,
1723 area.bottom - area.top, TRUE);
1736 area.left, area.top,
1738 area.bottom - area.top, TRUE);
1747 int* left, int* top,
1770 if (top)
1771 *top = -rect.top;
1874 rect.left, rect.top,
1875 rect.right - rect.left, rect.bottom - rect.top,
1906 mi.rcMonitor.top,
1908 mi.rcMonitor.bottom - mi.rcMonitor.top,
1945 rect.left, rect.top,
1946 rect.right - rect.left, rect.bottom - rect.top,