Searched defs:xp (Results 1 – 4 of 4) sorted by relevance
111 float[] xp = new float[count]; in arcTest3() local170 int xp = (int) (dimx1 * (x[j] - minX) / (maxX - minX)); in textDraw() local
353 float[] xp = new float[200]; in testTransitionJson2() local756 int xp = (int) (dimx1 * (x[j] - minX) / (maxX - minX)); in textDraw() local
305 int xp = (int) (dimx1 * (x[j] - minX) / (maxX - minX)); in textDraw() local
345 val xp = x1 + t * (x2 - x1) in drawPathRelativeTicks() constant