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

  /src/sys/arch/hpc/stand/hpcboot/menu/
menu.cpp 44 #define SCALEX(x) (((x) * dpix) / 96/*DPI*/)
232 SetWindowPos(h, 0, SCALEX(x), SCALEY(y),
233 SCALEX(120), SCALEY(10), SWP_NOSIZE | SWP_NOZORDER);
235 SetWindowPos(h, 0, SCALEX(x), SCALEY(y + 20),
236 SCALEX(120), SCALEY(10), SWP_NOSIZE | SWP_NOZORDER);
238 SetWindowPos(h, 0, SCALEX(x), SCALEY(y + 40),
239 SCALEX(120), SCALEY(10), SWP_NOSIZE | SWP_NOZORDER);
241 SetWindowPos(h, 0, SCALEX(x), SCALEY(y + 60),
242 SCALEX(120), SCALEY(10), SWP_NOSIZE | SWP_NOZORDER);
244 SetWindowPos(h, 0, SCALEX(x), SCALEY(y + 80)
    [all...]

Completed in 15 milliseconds