Home
last modified time | relevance | path

Searched refs:last_ypos (Results 1 – 4 of 4) sorted by last modified time

/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/genebuilder/
H A DGeneViewerPanel.java994 int last_ypos = 0; in drawTranscriptOnLine() local
1046 last_ypos, 0, ypos, exon.getColour(), borderColor, 1.5f, exon in drawTranscriptOnLine()
1052 last_ypos = ypos; in drawTranscriptOnLine()
1159 int last_ex_start, int last_ex_end, int last_ypos, in drawExons() argument
1176 if(last_ypos < ypos+offset) in drawExons()
1177 ymid = last_ypos; in drawExons()
1183 g2d.drawLine(last_ex_end, last_ypos, in drawExons()
1190 g2d.drawLine(last_ex_start, last_ypos, in drawExons()
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/effects/control/
H A Dlevel_controller_neverending_vertical.cfg21 last_ypos: 0,
24 add(vars.last_ypos, -vars.cosmic_shift_amount),
28 add(vars.last_ypos, vars.cosmic_shift_amount),
44 if(level.player.y <= (vars.last_ypos - 40),
45 [add(level.player.score, -(level.player.y - vars.last_ypos)/5),
46 set(me.vars.last_ypos, level.player.y)]),
71 set(vars.last_ypos, level.player.y),
/dports/emulators/atari800/atari800-3.1.0/src/
H A Dsio.c1108 static int last_ypos = 0; variable
1172 if (last_ypos != ANTIC_ypos) {
1173 last_ypos = ANTIC_ypos;
/dports/games/trojka/trojka/
H A Dtrojka.c50 last_ypos, variable
107 wipeblock(last_xpos, last_ypos); in play()
112 last_ypos = ypos; in play()
269 last_ypos = ypos; in resetblock()