Searched refs:gLinePts (Results 1 – 1 of 1) sorted by relevance
52 private static final float[] gLinePts = new float[NUM_PARALLEL_LINES * 8 + gTriPts.length]; field in DisplayModifier56 gLinePts[index] = gTriPts[index];60 gLinePts[index + 0] = 150;61 gLinePts[index + 1] = val;62 gLinePts[index + 2] = 300;63 gLinePts[index + 3] = val;69 gLinePts[index + 0] = val;70 gLinePts[index + 1] = 150;71 gLinePts[index + 2] = val;72 gLinePts[index + 3] = 300;[all …]