Searched refs:retxy (Results 1 – 1 of 1) sorted by relevance
453 float[] retxy = new float[2]; in donutPie2() local454 centroid2d(umbra, umbraLength, retxy); in donutPie2()455 float cx = retxy[0]; in donutPie2()456 float cy = retxy[1]; in donutPie2()