Searched defs:infoStart (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextLabel.java127 * charStart and charLimit, starting at offset infoStart. Infos
128 * will be in visual order. All positions between infoStart and
132 public abstract void getJustificationInfos(GlyphJustificationInfo[] infos, int infoStart, int charStart, int charLimit); argument
H A DGraphicComponent.java354 * charStart and charLimit, starting at offset infoStart. Infos
355 * will be in visual order. All positions between infoStart and
359 public void getJustificationInfos(GlyphJustificationInfo[] infos, int infoStart, int charStart, int charLimit) { argument
H A DTextLineComponent.java107 * charStart and charLimit, starting at offset infoStart. Infos
108 * will be in visual order. All positions between infoStart and
112 public void getJustificationInfos(GlyphJustificationInfo[] infos, int infoStart, int charStart, int charLimit); argument
H A DExtendedTextSourceLabel.java935 public void getJustificationInfos(GlyphJustificationInfo[] infos, int infoStart, int charStart, int charLimit) { argument
1002 infos[infoStart + i] = info;

Completed in 34 milliseconds