OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gjis
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunSegmentImpl.java
90
private GlyphJustificationInfo
gjis
[]; // Glyph justification info
field in class:TextRunSegmentImpl.TextRunSegmentCommon
472
if (
gjis
== null) {
476
gjis
= new GlyphJustificationInfo[nGlyphs];
493
//
gjis
[i] = getGlyphVector().getGlyphJustificationInfo(i);
497
gjis
[i] = spaceInfo;
499
gjis
[i] = defaultInfo;
505
return
gjis
;
784
gjis
= null; // We don't need justification infos any more
[
all
...]
Completed in 116 milliseconds