Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dcommon_game.h618 inline int ksgnf(float f) in ksgnf() function
H A Dgamemenu.cpp1632 int cursorX = sliderX + (int)(ksgnf(fStep)*(value * width / fRange - width / 2)); in Draw()
1689 int dx = (gGameMenuMgr.m_mousepos.x - (regionx+regionwidth/2))*ksgnf(fStep); in Draw()
1699 if ((gGameMenuMgr.m_mousepos.x-(regionx+regionwidth/2))*ksgnf(fStep) > 0) in Draw()