Home | History | Annotate | Download | only in layout

Lines Matching refs:nextLimit

20   : direction(1), position(-1), nextLimit(-1), prevLimit(-1),
36 nextLimit = glyphCount;
41 nextLimit = -1;
52 nextLimit = that.nextLimit;
71 nextLimit = that.nextLimit;
90 nextLimit = that.nextLimit;
130 nextLimit = newGlyphCount;
159 if (position <= nextLimit || position >= prevLimit) {
163 if (position <= prevLimit || position >= nextLimit) {
174 if (position <= nextLimit || position >= prevLimit) {
178 if (position <= prevLimit || position >= nextLimit) {
189 if (position <= nextLimit || position >= prevLimit) {
193 if (position <= prevLimit || position >= nextLimit) {
216 if (newPosition <= nextLimit) {
217 position = nextLimit;
226 if (newPosition >= nextLimit) {
227 position = nextLimit;
239 if (position <= nextLimit || position >= prevLimit) {
243 if (position <= prevLimit || position >= nextLimit) {
255 if (position <= nextLimit || position >= prevLimit) {
259 if (position <= prevLimit || position >= nextLimit) {
274 if (position <= nextLimit || position >= prevLimit) {
278 if (position <= prevLimit || position >= nextLimit) {
292 if (position <= nextLimit || position >= prevLimit) {
296 if (position <= prevLimit || position >= nextLimit) {
307 if (position <= nextLimit || position >= prevLimit) {
311 if (position <= prevLimit || position >= nextLimit) {
322 if (position <= nextLimit || position >= prevLimit) {
326 if (position <= prevLimit || position >= nextLimit) {
337 if (position <= nextLimit || position >= prevLimit) {
341 if (position <= prevLimit || position >= nextLimit) {
352 if (position <= nextLimit || position >= prevLimit) {
356 if (position <= prevLimit || position >= nextLimit) {
461 while (newPosition != nextLimit && delta > 0) {
465 } while (newPosition != nextLimit && filterGlyph(newPosition));
473 return position != nextLimit;