OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxCharBounds
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontPeerImpl.java
81
Rectangle2D
maxCharBounds
;
392
return
maxCharBounds
;
AndroidFont.java
86
this.
maxCharBounds
= new Rectangle2D.Float(0, -nlm.getAscent(), nlm.getMaxCharWidth(), this.height);
Completed in 176 milliseconds