Searched refs:DEGREE_90 (Results 1 – 12 of 12) sorted by relevance
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/qcommon/ |
H A D | angles.h | 49 #define DEGREE_90 (DEGREE_180 / 2.0F) macro 50 #define DEGREE_135 (DEGREE_90 + DEGREE_45) 51 #define DEGREE_270 (DEGREE_180 + DEGREE_90)
|
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/qcommon/ |
H A D | angles.h | 49 #define DEGREE_90 ( DEGREE_180 / 2.0F ) macro 50 #define DEGREE_135 ( DEGREE_90 + DEGREE_45 ) 51 #define DEGREE_270 ( DEGREE_180 + DEGREE_90 )
|
/dports/graphics/sxiv/sxiv-26/ |
H A D | config.def.h | 133 { 0, XK_greater, i_rotate, DEGREE_90 },
|
H A D | sxiv.h | 78 DEGREE_90 = 1, enumerator
|
H A D | image.c | 677 if (d == DEGREE_90 || d == DEGREE_270) { in img_rotate() 678 ox = d == DEGREE_90 ? img->x : img->win->w - img->x - img->w * img->zoom; in img_rotate()
|
/dports/graphics/nsxiv/nsxiv-27.1-20-g065562d/ |
H A D | config.def.h | 148 { 0, XK_greater, i_rotate, DEGREE_90 },
|
H A D | nsxiv.h | 81 DEGREE_90 = 1, enumerator
|
H A D | image.c | 799 if (d == DEGREE_90 || d == DEGREE_270) { 800 ox = d == DEGREE_90 ? img->x : img->win->w - img->x - img->w * img->zoom;
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/altium/ |
H A D | altium_parser_pcb.h | 177 DEGREE_90 = 3, enumerator
|
H A D | altium_parser_pcb.cpp | 392 else if( hatchstyleraw == "90Degree" ) hatchstyle = ALTIUM_POLYGON_HATCHSTYLE::DEGREE_90; in APOLYGON6()
|
/dports/games/jfsw/jfsw-c434002/src/ |
H A D | game.h | 700 #define DEGREE_90 512 macro
|
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/ |
H A D | game.h | 693 #define DEGREE_90 512 macro
|