Home
last modified time | relevance | path

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

/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/discgrp/
H A Ddgdraw.c47 static float magic_scale = 1.2; in DiscGrpStandardPreDraw() local
63 halfy = halfy * magic_scale; in DiscGrpStandardPreDraw()
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtuxpaint.c2104 static SDL_Surface *magic_scale(SDL_Surface * surf, int w, int h, int aspect);
18941 magic_api_struct->scale = magic_scale; in load_magic_plugins()
19490 static SDL_Surface *magic_scale(SDL_Surface * surf, int w, int h, int aspect) in magic_scale() function