Home
last modified time | relevance | path

Searched refs:canvas_xres (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dapp_runner.cpp731 int canvas_xres = info->xres; in RunApplication() local
737 GX_SWAP_VALS(canvas_xres, canvas_yres); in RunApplication()
744 canvas_xres, canvas_yres, in RunApplication()
785 canvas_xres, canvas_yres, (GX_COLOR *) canvas_memory, memsize); in RunApplication()
789 gx_utility_rectangle_define(&size, 0, 0, canvas_xres - 1, canvas_yres - 1); in RunApplication()
Dtarget_screen.cpp1834 int canvas_xres = info->xres; in ConfigureDisplay() local
1840 GX_SWAP_VALS(canvas_xres, canvas_yres); in ConfigureDisplay()
1846 if (!guix_configure_target_win_canvas(canvas_xres, in ConfigureDisplay()
1863 SetWindowPos(NULL, 0, 0, canvas_xres * scale / 100, canvas_yres * scale / 100, SWP_NOMOVE); in ConfigureDisplay()