Home
last modified time | relevance | path

Searched refs:SCALE_MODE_NN (Results 1 – 4 of 4) sorted by relevance

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dconfig.c105 T2S(SCALE_MODE_NN, "Nearest neighbor"); in ScaleModeStr()
113 S2T(SCALE_MODE_NN, "Nearest neighbor"); in StrScaleMode()
115 return SCALE_MODE_NN; in StrScaleMode()
639 "ScaleMode", SCALE_MODE_NN, SCALE_MODE_NN, SCALE_MODE_BILINEAR, in ConfigDefault()
H A Dconfig.h70 SCALE_MODE_NN, enumerator
H A Dgrafx.c185 case SCALE_MODE_NN: in GraphicsInitialize()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogsed/
H A Dcdogsed.c1265 ConfigGet(&gConfig, "Graphics.ScaleMode")->u.Enum.Value = SCALE_MODE_NN; in main()