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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java91 private TextRecord _textRecord; // the text we're working on, used by iterators field in class:GlyphLayout
412 _textRecord.init(text, offset, lim, min, max);
504 this._textRecord = new TextRecord();
658 int ch = _textRecord.text[i];
661 isLowSurrogate(_textRecord.text[i+1])) {
663 ch = toCodePoint((char)ch,_textRecord.text[++i]); // inc
679 _textRecord.start = start;
680 _textRecord.limit = limit;
681 engine.layout(_sd, _mat, gmask, start - _offset, _textRecord,

Completed in 271 milliseconds