Searched defs:shapeContextually (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java1086 shapeContextually(text, start, count, key);
1088 shapeContextually(text, start, count, shapingRange);
1118 shapeContextually(text, start, count, ctxKey);
1120 shapeContextually(text, start, count, Range.values()[ctxKey]);
1153 shapeContextually(text, start, count, context);
1157 shapeContextually(text, start, count, key);
1159 shapeContextually(text, start, count, shapingRange);
1250 private synchronized void shapeContextually(char[] text, int start, int count, int ctxKey) { method in class:NumericShaper
1295 private void shapeContextually(char[] text, int start, int count, Range ctxKey) { method in class:NumericShaper

Completed in 163 milliseconds