Home
last modified time | relevance | path

Searched refs:PanelScale (Results 1 – 6 of 6) sorted by relevance

/dports/games/jfsw/jfsw-c434002/src/
H A Dborder.c305 wy2 = min(wy2, MSW(f_ydim - mulscale16(Y_TO_FIXED(BAR_HEIGHT), PanelScale)) - 1); in BorderShade()
431 yd = f_ydim - mulscale16(Y_TO_FIXED(b->Ydim), PanelScale); in BorderSetView()
482 if (gs.BorderNum >= BORDER_BAR && (widescreen || PanelScale < FIXED(1,0))) in BorderRefresh()
490 y = MSW_ROUND(f_ydim - mulscale16(Y_TO_FIXED(b->Ydim), PanelScale) + 32768); in BorderRefresh()
493 sidel = MSW_ROUND(DIV2(f_xdim - mulscale16(barw, PanelScale))); in BorderRefresh()
494 sider = MSW(DIV2(f_xdim + mulscale16(barw, PanelScale))); in BorderRefresh()
507 y2 = MSW_ROUND(f_ydim - mulscale16(Y_TO_FIXED(b->Ydim), PanelScale)); in BorderRefresh()
H A Dswconfig.c141 gs.PanelScale = max(1, min(8, dummy)); in ReadGameSetup()
142 PanelScale = gs.PanelScale << 13; in ReadGameSetup()
291 dummy = gs.PanelScale; in WriteGameSetup()
H A Dsettings.h72 int PanelScale; member
H A Dpanel.h188 extern int PanelScale;
H A Dpanel.c99 int PanelScale = FIXED(1,0); variable
7449 sc = mulscale16(sc, PanelScale); in pDisplaySprites()
7450 x = (160l<<16) - mulscale16((160l<<16) - x, PanelScale); in pDisplaySprites()
7451 y = mulscale16(y, PanelScale); in pDisplaySprites()
7456 sc = mulscale16(sc, PanelScale); in pDisplaySprites()
7457 x = (160l<<16) - mulscale16((160l<<16) - x, PanelScale); in pDisplaySprites()
7458 y = (200l<<16) - mulscale16((200l<<16) - y, PanelScale); in pDisplaySprites()
7541 ox = mulscale16(ox, PanelScale); in pDisplaySprites()
7542 oy = mulscale16(oy, PanelScale); in pDisplaySprites()
H A Dmenus.c2155 slidersettings[sldr_panelscale] = gs.PanelScale - 1; in MNU_InitMenus()
3780 if (gs.PanelScale != offset+1) in MNU_DoSlider()
3782 gs.PanelScale = offset+1; in MNU_DoSlider()
3783 PanelScale = gs.PanelScale<<13; in MNU_DoSlider()