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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSourceLabel.java73 lb = createLogicalBounds();
133 protected Rectangle2D createLogicalBounds() { method in class:TextSourceLabel
147 return createLogicalBounds();
H A DExtendedTextSourceLabel.java124 lb = createLogicalBounds();
134 lb = createLogicalBounds();
224 protected Rectangle2D createLogicalBounds() { method in class:ExtendedTextSourceLabel
233 * Like createLogicalBounds except ignore leading and logically trailing white space.
236 * <p> We make the same simplifying assumptions as in createLogicalBounds, namely

Completed in 49 milliseconds