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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextMeasurer.java129 private byte[] fLevels; field in class:TextMeasurer
271 fLevels = BidiUtils.getLevels(fBidi);
272 int[] charsVtoL = BidiUtils.createVisualToLogicalMap(fLevels);
277 fLevels = null;
283 fParagraph, fChars, startingAt, endingAt, charsLtoV, fLevels, factory);
360 if (fLevels != null) {
364 if ((fLevels[cdWsStart] % 2) == baseLevel ||

Completed in 29 milliseconds