Lines Matching defs:ci
2291 * @param ci the specified <code>CharacterIterator</code>
2292 * @param beginIndex the initial offset in <code>ci</code>
2293 * @param limit the end offset of <code>ci</code>
2298 public LineMetrics getLineMetrics(CharacterIterator ci,
2446 * @param ci the specified <code>CharacterIterator</code>
2447 * @param beginIndex the initial offset in <code>ci</code>
2448 * @param limit the end offset in <code>ci</code>
2457 * less than the start index of <code>ci</code>, or
2459 * <code>ci</code>, or <code>beginIndex</code> is greater
2462 public Rectangle2D getStringBounds(CharacterIterator ci,
2465 int start = ci.getBeginIndex();
2466 int end = ci.getEndIndex();
2481 ci.setIndex(beginIndex);
2483 arr[idx] = ci.current();
2484 ci.next();
2556 * @param ci the specified <code>CharacterIterator</code>
2562 CharacterIterator ci)
2564 return (GlyphVector)new StandardGlyphVector(this, ci, frc);