Home
last modified time | relevance | path

Searched refs:insertx (Results 1 – 9 of 9) sorted by relevance

/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DPianoRollEditor.cpp247 int insertx = 3; in createBackground() local
250 p.drawText( insertx, m_nRowHeight + offset, "B" ); in createBackground()
252 p.drawText( insertx, 20 + m_nRowHeight + offset, "A" ); in createBackground()
254 p.drawText( insertx, 40 + m_nRowHeight + offset, "G" ); in createBackground()
256 p.drawText( insertx, 60 + m_nRowHeight + offset, "F" ); in createBackground()
257 p.drawText( insertx, 70 + m_nRowHeight + offset, "E" ); in createBackground()
259 p.drawText( insertx, 90 + m_nRowHeight + offset, "D" ); in createBackground()
265 p.drawText( insertx, m_nRowHeight + offset, "b" ); in createBackground()
267 p.drawText( insertx, 20 + m_nRowHeight + offset, "a" ); in createBackground()
269 p.drawText( insertx, 40 + m_nRowHeight + offset, "g" ); in createBackground()
[all …]
/dports/games/sopwith/sopwith-1.8.4/src/
H A Dswinit.c393 insertx(ob, &topobj); in initpln()
396 insertx(ob, ob->ob_xnext); in initpln()
537 insertx(ob, obo); in initshot()
582 insertx(ob, obo); in initbomb()
625 insertx(ob, obo); in initmiss()
673 insertx(ob, obo); in initburst()
736 insertx(ob, &topobj); in inittarg()
811 insertx(ob, obo); in initexpl()
880 insertx(ob, &topobj); in initflck()
916 insertx(ob, obo); in initbird()
[all …]
H A Dswmove.c690 insertx(ob, ob->ob_xnext); in movepln()
759 insertx(ob, ob->ob_xnext); in moveshot()
800 insertx(ob, ob->ob_xnext); in movebomb()
868 insertx(ob, ob->ob_xnext); in movemiss()
904 insertx(ob, ob->ob_xnext); in moveburst()
989 insertx(ob, ob->ob_xnext); in moveexpl()
1049 insertx(ob, ob->ob_xnext); in moveflck()
1085 insertx(ob, ob->ob_xnext); in movebird()
1149 BOOL insertx(OBJECTS * ob, OBJECTS * obp) in insertx() function
H A Dswmove.h44 extern BOOL insertx(OBJECTS *ob, OBJECTS *obp);
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DTextOutP.h73 Position insertx, inserty; member
213 #define Out_CursorX(o) (o->insertx)
/dports/sysutils/hfsutils/hfsutils-3.2.6/libhfs/
H A Dbtree.c412 int insertx(node *np, byte *record, int *reclen) in insertx() function
430 insertx(&child, record, reclen) == -1) in insertx()
493 if (insertx(&root, newrec, &reclen) == -1) in bt_insert()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextOutP.h97 Position insertx, inserty; member
H A DTextOut.c3193 x = data->insertx - (data->cursorwidth >> 1) - 1;
3198 x = data->insertx;
3550 if (PosToXY(tw, position, &data->insertx, &data->inserty))
5647 data->insertx = data->inserty = -99;
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/text/
H A Dtest15.c28 #define Out_XDraw(OUTPUT) ( OUTPUT -> insertx )
601 CHECK_INT_VALUE ( insertx ) in PrintDiffs()