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

/frameworks/base/awt/java/awt/font/
H A DTextLayout.java377 public Shape getBlackBoxBounds(int firstEndpoint, int secondEndpoint) { method in class:TextLayout
380 return breaker.getBlackBoxBounds(firstEndpoint, secondEndpoint);
382 return breaker.getBlackBoxBounds(secondEndpoint, firstEndpoint);
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DTextRunBreaker.java618 public Shape getBlackBoxBounds(int firstEndpoint, int secondEndpoint) { method in class:TextRunBreaker

Completed in 17 milliseconds