Searched defs:radiusSquared (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMap.java422 int radiusSquared; field in class:Map.CircleRegionContainment
439 radiusSquared = coords[2] * coords[2];
472 radiusSquared = (int)(percentValues[2] *
474 radiusSquared *= radiusSquared;
478 (y - this.y) * (y - this.y)) <= radiusSquared);

Completed in 30 milliseconds