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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java94 private int _ercount; field in class:GlyphLayout
448 int stop = _ercount;
515 this._ercount = 0;
521 if (_ercount == _erecords.size()) {
525 er = (EngineRecord)_erecords.get(_ercount);
528 ++_ercount;

Completed in 30 milliseconds