Searched refs:wantDiameter2 (Results 1 – 1 of 1) sorted by relevance
443 final float wantDiameter2 = TEXT_SIZE_TO_WIDTH_RATIO * width * width; in setTotalTextWidth() local447 while (totalDiameter2 > wantDiameter2) { in setTotalTextWidth()451 float sizeRatio = 0.99f * (float) Math.sqrt(wantDiameter2/totalDiameter2); in setTotalTextWidth()