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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSourceLabel.java114 return getGV().getPixelBounds(frc, x, y); // no cache
126 return getGV().getOutline(x, y);
130 g.drawGlyphVector(getGV(), x, y);
134 return getGV().getLogicalBounds();
138 return getGV().getVisualBounds();
143 return getGV().getLogicalBounds();
150 private final GlyphVector getGV() { method in class:TextSourceLabel
H A DExtendedTextSourceLabel.java172 return getGV().getPixelBounds(frc, x, y);
185 return getGV().getOutline(x, y);
193 g.drawGlyphVector(getGV(), x, y);
225 return getGV().getLogicalBounds();
229 return getGV().getVisualBounds();
313 private final StandardGlyphVector getGV() { method in class:ExtendedTextSourceLabel
619 StandardGlyphVector gv = getGV();
931 return getGV().getNumGlyphs();
941 StandardGlyphVector gv = getGV();
1018 StandardGlyphVector newgv = (StandardGlyphVector)getGV()
[all...]

Completed in 36 milliseconds