HomeSort by relevance Sort by last modified time
    Searched full:visualbounds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunSegmentImpl.java 164 if (visualBounds == null) {
165 visualBounds =
172 visualBounds.setRect(
173 x + visualBounds.getX(),
174 y + visualBounds.getY(),
175 visualBounds.getWidth(),
176 visualBounds.getHeight()
180 return (Rectangle2D) visualBounds.clone();
786 this.visualBounds = null;
836 if (visualBounds == null)
    [all...]
TextRunSegment.java 40 Rectangle2D visualBounds = null; // Visual bounding box for the segment

Completed in 31 milliseconds