Home
last modified time | relevance | path

Searched refs:FVIEW_Y (Results 1 – 3 of 3) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/editor/
H A Deditor.h87 #define FVIEW_Y (TVIEW_Y+SMALLVIEW_H+2) macro
92 #define RVIEW_Y FVIEW_Y
/dports/games/d2x/d2x-0.2.5/main/editor/
H A Deditor.h87 #define FVIEW_Y (TVIEW_Y+SMALLVIEW_H+2) macro
92 #define RVIEW_Y FVIEW_Y
H A Dmed.c907 FrontViewBox = ui_add_gadget_userbox( EditorWindow,FVIEW_X,FVIEW_Y,FVIEW_W,FVIEW_H); in init_editor_screen()