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

/openjdk7/jdk/src/share/classes/sun/font/
H A DPhysicalStrike.java73 ConcurrentHashMap<Integer, Point2D.Float> glyphPointMapCache; field in class:PhysicalStrike
126 if (glyphPointMapCache == null) {
128 if (glyphPointMapCache == null) {
129 glyphPointMapCache =
134 gp = glyphPointMapCache.get(ptKey);
140 glyphPointMapCache.put(ptKey, gp);

Completed in 29 milliseconds