Searched defs:getCharIndex (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextHitInfo.java107 public int getCharIndex() { method in class:TextHitInfo
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp317 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const function in class:LEGlyphStorage
546 le_int32 holdCharIndex = getCharIndex(fromPosition,success);
552 setCharIndex(i,getCharIndex(i+1,success),success);
558 setCharIndex(i,getCharIndex(i-1,success),success);

Completed in 46 milliseconds