Searched defs:yp (Results 1 – 4 of 4) sorted by relevance
112 float[] yp = new float[count]; in arcTest3() local171 int yp = (int) (dimy1 * (y[j] - minY) / (maxY - minY)); in textDraw() local
354 float[] yp = new float[xp.length]; in testTransitionJson2() local757 int yp = (int) (dimy1 * (y[j] - minY) / (maxY - minY)); in textDraw() local
306 int yp = (int) (dimy1 * (y[j] - minY) / (maxY - minY)); in textDraw() local
346 val yp = y1 + t * (y2 - y1) in drawPathRelativeTicks() constant