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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphIterator.cpp45 : direction(1), position(-1), nextLimit(-1), prevLimit(-1),
61 nextLimit = glyphCount;
66 nextLimit = -1;
76 nextLimit = that.nextLimit;
94 nextLimit = that.nextLimit;
112 nextLimit = that.nextLimit;
150 nextLimit
[all...]
H A DGlyphIterator.h108 le_int32 nextLimit; member in class:GlyphIterator

Completed in 67 milliseconds