Searched refs:boundsMap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java101 ConcurrentHashMap<Integer, Rectangle2D.Float> boundsMap; field in class:FileFontStrike
886 if (boundsMap == null) {
887 boundsMap = new ConcurrentHashMap<Integer, Rectangle2D.Float>();
891 Rectangle2D.Float bounds = boundsMap.get(key);
895 boundsMap.put(key, bounds);

Completed in 30 milliseconds