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

/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java492 boolean doExtend = etype.isExtended() && (ci == 3 || ci == data.length);
495 calcoffset(ci - 3, doExtend, pp);
497 calcoffset(ci, doExtend, fp);
507 calcoffset(ci - 3, doExtend, result);
511 calcoffset(ci, doExtend, result);
519 * line indicated by index. If doExtend is true, extend the
524 private void calcoffset(int index, boolean doExtend, Point2D result) { argument
537 if (!doExtend) {

Completed in 31 milliseconds