Home
last modified time | relevance | path

Searched refs:XPOSITION (Results 1 – 11 of 11) sorted by last modified time

/dports/graphics/tesseract/tesseract-5.0.0/src/training/
H A Dmergenf.h36 #define XPOSITION 0 macro
48 #define CenterX(M) ((M)[XPOSITION])
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Dwrite_tiff.pro55 ; ORIENTATION=, PHOTOSHOP=, PLANARCONFIG=, /SIGNED, UNITS=, XPOSITION=, XRESOL,
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A DCHANGES-1.x.md513 * The XPOSITION and YPOSITION tags are now interpreted as relative to
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A DCHANGES-1.x.md513 * The XPOSITION and YPOSITION tags are now interpreted as relative to
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dtiff.c439 DECL(XPOSITION, putRational, NULL),
/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor_variable_info.cpp27 type_ = XPOSITION; in editor_variable_info()
75 case XPOSITION: in write()
H A Deditor.cpp492 case editor_variable_info::XPOSITION: { in variable_info_selected()
1186 case editor_variable_info::XPOSITION: in process()
3110 case editor_variable_info::XPOSITION: in draw_gui()
H A Dlevel.cpp4382 case editor_variable_info::XPOSITION: in relocate_object()
H A Deditor_variable_info.hpp15 …enum VARIABLE_TYPE { TYPE_INTEGER, XPOSITION, YPOSITION, TYPE_LEVEL, TYPE_LABEL, TYPE_TEXT, TYPE_B… enumerator
H A Dproperty_editor_dialog.cpp166 if(info.type() == editor_variable_info::XPOSITION || in init()
/dports/games/xkoules/koules1.4/
H A Dmenu.c55 #define XPOSITION(i) (MAPWIDTH/2-4*strlen(menu[i].text)) macro
296 mx1p = (XPOSITION (selected) - 2 - mx1) / mtime; in fit_selector()
487 minim[0].x = XPOSITION (1); in nmain_menu()
494 maxim[0].x = XPOSITION (1) + 8 * 2; in nmain_menu()
505 minim[1].x = XPOSITION (2) + 7 * 7; in nmain_menu()
512 maxim[1].x = XPOSITION (2) + 11 * 7; in nmain_menu()
578 minim[0].x = XPOSITION (1); in cmain_menu()
585 maxim[0].x = XPOSITION (1) + 8 * 2; in cmain_menu()
673 DrawBlackMaskedText ((int) XPOSITION (i) + 1, (int) YPOSITION (i) + 1, menu[i].text); in draw_menu()
674 DrawWhiteMaskedText ((int) XPOSITION (i), (int) YPOSITION (i), menu[i].text); in draw_menu()