HomeSort by: relevance | last modified time | path
    Searched refs:cmdbar_height (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
layout.c 44 CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height)
67 rect.top += cmdbar_height; /* get client rect w/o command bar */
215 item.y * ratio_y / 100 + cmdbar_height,
pbsdboot.h 125 int CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height);
  /src/sys/arch/hpc/stand/hpcboot/menu/
rootwindow.cpp 218 int cmdbar_height; local
224 cmdbar_height = CommandBar_Height(_app._cmdbar);
226 _button_height = cmdbar_height;
236 rect.top += cmdbar_height;

Completed in 14 milliseconds