Home | History | Annotate | Download | only in batching

Lines Matching refs:lineLength

60     private int lineLength = 50;
206 if (xpos >= lineLength * 2) {
213 //y = yPosition.get(yPosition.size() - lineLength) + 2;
216 if (yPosition.size() > lineLength) {
218 if (y == 0 && ypos < yLimitf && getym(lineLength) > ypos - 2) {
220 } else if (y == 1 && ypos > yLimits && getym(lineLength) < ypos + 2) {
222 } else if (y == 2 && getym(lineLength) > ypos - 2 && getym(lineLength) < ypos + 2) {
229 } else if (y == 0 && getym(lineLength) >= ypos - 4) {
231 } else if (y == 0 && getym(lineLength) >= ypos - 2) {
233 } else if (y == 1 && getym(lineLength) >= ypos + 4) {
235 } else if (y == 1 && getym(lineLength) >= ypos + 2) {
237 } else if (y == 2 && getym(lineLength) <= ypos - 2) {
239 } else if (y == 2 && getym(lineLength) >= ypos + 2) {
245 } else if (yPosition.size() == lineLength) {
247 y = getym(lineLength) + 2;
249 y = getym(lineLength) - 2;