Lines Matching refs:TextLineComponent

61 import sun.font.TextLineComponent;
85 private TextLineComponent[] fComponents;
104 TextLineComponent[] components,
160 TextLineComponent tlc;
372 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
490 TextLineComponent tlc = line.fComponents[componentIndex];
502 TextLineComponent tlc = line.fComponents[componentIndex];
514 TextLineComponent tlc = line.fComponents[componentIndex];
525 TextLineComponent tlc = line.fComponents[componentIndex];
746 TextLineComponent tlc = fComponents[i];
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(i)];
959 TextLineComponent[] components = new TextLineComponent[1];
976 TextLineComponent[] temp = new TextLineComponent[numComponents];
985 private static TextLineComponent[] expandArray(TextLineComponent[] orig) {
987 TextLineComponent[] newComponents = new TextLineComponent[orig.length + 8];
997 public static TextLineComponent[] createComponentsOnRun(int runStart,
1007 TextLineComponent[] components,
1027 TextLineComponent nextComponent =
1049 public static TextLineComponent[] getComponents(StyledParagraph styledParagraph,
1060 TextLineComponent[] tempComponents = new TextLineComponent[1];
1114 TextLineComponent[] components;
1119 components = new TextLineComponent[numComponents];
1149 TextLineComponent[] components =
1160 private static int[] computeComponentOrder(TextLineComponent[] components,
1313 TextLineComponent[] newComponents = new TextLineComponent[fComponents.length];
1347 TextLineComponent comp = newComponents[i];
1385 TextLineComponent comp = newComponents[i];
1410 public static float getAdvanceBetween(TextLineComponent[] components, int start, int limit) {
1415 TextLineComponent comp = components[i];