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

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java264 while (ln < rn && ((info[ln+advx] == 0) || (!lineIsLTR && info[ln+visw] == 0))) {
269 aw = info[rn+posx] + info[rn+advx] - al;
275 while (rn > 0 && ((info[rn+advx] == 0) || (lineIsLTR && info[rn+visw] == 0))) {
281 while (ln < rn && ((info[ln+advx] == 0) || (!lineIsLTR && info[ln+visw] == 0))) {
286 aw = info[rn+posx] + info[rn+advx] - al;
339 advx = 2, field in class:ExtendedTextSourceLabel
380 int idx = l2v(index) * numvals + advx;
434 while (n < e && charinfo[n + advx] != 0 && charinfo[n + posx] > x) {
437 float rightx = n < e ? charinfo[n+posx] : charinfo[e - numvals + posx] + charinfo[e - numvals + advx];
441 while (n >= 0 && charinfo[n+advx]
[all...]

Completed in 39 milliseconds