Searched defs:minEdge (Results 1 – 2 of 2) sorted by relevance
221 int minEdge = Math.min(bounds.width(), bounds.height()); in draw() local
228 public final void updateMinMax(int minEdge, int maxEdge, in updateMinMax()