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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java228 tlc = fComponents[getComponentLogicalIndex(i)];
319 tlc = fComponents[getComponentLogicalIndex(i)];
336 tlc = fComponents[getComponentLogicalIndex(0)];
372 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
711 private int getComponentLogicalIndex(int vi) { method in class:TextLine
773 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
780 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
807 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
849 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
870 TextLineComponent tlc = fComponents[getComponentLogicalIndex(
[all...]

Completed in 49 milliseconds