Searched refs:applyJustificationDeltas (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextLabel.java145 public abstract TextLineComponent applyJustificationDeltas(float[] deltas, int deltaStart, boolean[] flags); method in class:ExtendedTextLabel
H A DTextLineComponent.java125 public TextLineComponent applyJustificationDeltas(float[] deltas, int deltaStart, boolean[] flags); method in interface:TextLineComponent
H A DGraphicComponent.java373 public TextLineComponent applyJustificationDeltas(float[] deltas, int deltaStart, boolean[] flags) { method in class:GraphicComponent
H A DExtendedTextSourceLabel.java1006 public TextLineComponent applyJustificationDeltas(float[] deltas, int deltaStart, boolean[] flags) { method in class:ExtendedTextSourceLabel
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java1391 newComponents[i] = comp.applyJustificationDeltas(deltas, infoPositions[i] * 2, flags);

Completed in 38 milliseconds