Lines Matching refs:fComponents

86     private TextLineComponent[] fComponents;
118 fComponents = components;
135 for (int i=0; i < fComponents.length; i++) {
136 checkCharCount += fComponents[i].getNumCharacters();
166 for (int i = 0; i < fComponents.length; i++) {
167 tlc = fComponents[i];
226 locs = new float[fComponents.length * 2 + 2];
228 for (int i = 0, n = 0; i < fComponents.length; ++i, n += 2) {
229 tlc = fComponents[getComponentLogicalIndex(i)];
319 for (int i = 0, n = 0; i < fComponents.length; ++i, n += 2) {
320 tlc = fComponents[getComponentLogicalIndex(i)];
338 tlc = fComponents[getComponentLogicalIndex(0)];
373 for (int i = 0, n = 0; i < fComponents.length; i++, n += 2) {
374 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
492 TextLineComponent tlc = line.fComponents[componentIndex];
504 TextLineComponent tlc = line.fComponents[componentIndex];
516 TextLineComponent tlc = line.fComponents[componentIndex];
527 TextLineComponent tlc = line.fComponents[componentIndex];
615 tlcLimit += fComponents[currentTlc].getNumCharacters();
621 } while(currentTlc < fComponents.length);
623 return fComponents[currentTlc].getCoreMetrics();
649 for(int i=0; i < fComponents.length; i++) {
651 int tlcLimit = tlcStart + fComponents[i].getNumCharacters();
696 for(int i=0; i < fComponents.length; i++) {
698 int tlcLimit = tlcStart + fComponents[i].getNumCharacters();
700 return fComponents[i].caretAtOffsetIsValid(offset-tlcStart);
743 for (int i=0; i < fComponents.length; i++) {
745 int tlcLimit = tlcStart + fComponents[i].getNumCharacters();
748 TextLineComponent tlc = fComponents[i];
768 CoreMetrics cm = fComponents[index].getCoreMetrics();
774 for (int i = 0, n = 0; i < fComponents.length; i++, n += 2) {
775 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
781 for (int i = 0, n = 0; i < fComponents.length; i++, n += 2) {
782 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
808 for (int i = 0, n = 0; i < fComponents.length; i++, n += 2) {
809 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
850 for (int i=0, n = 0; i < fComponents.length; i++, n += 2) {
851 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
871 for (int i=0, n = 0; i < fComponents.length; i++, n += 2) {
872 TextLineComponent tlc = fComponents[getComponentLogicalIndex(i)];
886 for (int i = 0; i < fComponents.length; i++) {
887 buf.append(fComponents[i]);
1313 TextLineComponent[] newComponents = new TextLineComponent[fComponents.length];
1314 System.arraycopy(fComponents, 0, newComponents, 0, fComponents.length);