Searched refs:fullScale (Results 1 – 1 of 1) sorted by relevance
104 float fullScale = (float) d.height() / Math.min(s.width(), s.height()); in drawEntry() local105 float scale = fullScale * p + 1 * (1 - p); in drawEntry()