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

/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DTextRunBreaker.java768 int firstIdx = segmentsStart;
779 jInfo.firstIdx = firstIdx;
854 int firstIdx; field in class:TextRunBreaker.JustificationInfo
H A DTextRunSegmentImpl.java515 boolean haveFirst = info.start <= jInfo.firstIdx;
624 boolean haveFirst = info.start <= firstInfo.firstIdx;
629 getChar2Glyph()[firstInfo.firstIdx - info.start] :

Completed in 29 milliseconds