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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor.cpp108 ia = glyphStorage.getCharIndex(firstGlyph, success);
113 ix = glyphStorage.getCharIndex(x, success);
124 id = glyphStorage.getCharIndex(lastGlyph, success);
129 ix = glyphStorage.getCharIndex(x, success);
140 ia = glyphStorage.getCharIndex(firstGlyph, success);
141 id = glyphStorage.getCharIndex(lastGlyph, success);
153 ia = glyphStorage.getCharIndex(firstGlyph, success);
154 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
159 ix = glyphStorage.getCharIndex(x, success);
174 ia = glyphStorage.getCharIndex(firstGlyp
[all...]
H A DIndicRearrangementProcessor2.cpp105 ia = glyphStorage.getCharIndex(firstGlyph, success);
110 ix = glyphStorage.getCharIndex(x, success);
121 id = glyphStorage.getCharIndex(lastGlyph, success);
126 ix = glyphStorage.getCharIndex(x, success);
137 ia = glyphStorage.getCharIndex(firstGlyph, success);
138 id = glyphStorage.getCharIndex(lastGlyph, success);
150 ia = glyphStorage.getCharIndex(firstGlyph, success);
151 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
156 ix = glyphStorage.getCharIndex(x, success);
171 ia = glyphStorage.getCharIndex(firstGlyp
[all...]
H A DMPreFixups.cpp109 indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i];
114 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success);
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);
H A DLEGlyphStorage.h313 le_int32 getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const;
H A DIndicReordering.cpp265 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success);
294 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success);
300 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success2),success);
307 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success2),success);
324 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i-1,success),success);
340 fGlyphStorage.setCharIndex(i,fGlyphStorage.getCharIndex(i+1,success),success);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextHitInfo.java107 public int getCharIndex() { method in class:TextHitInfo
H A DTextLayout.java1235 int charix = hit.getCharIndex();
1326 int hitIndex = hit.getCharIndex();
1568 int hitCharIndex = hit.getCharIndex();
1814 byte hit1Level = getCharacterLevel(hit1.getCharIndex());
1815 byte hit2Level = getCharacterLevel(hit2.getCharIndex());
2736 int ix = hit.getCharIndex();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java778 int returnValue = offsetInfo[0].getCharIndex() + insertPositionOffset[0];
780 if (offsetInfo[0].getCharIndex() == fCurrentTextLength)
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphPainter2.java214 return v.getStartOffset() + hit.getCharIndex();

Completed in 64 milliseconds