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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp194 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const argument
213 charIndices[i] = fCharIndices[i] + indexBase;
H A DLayoutEngine.cpp218 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const argument
220 fGlyphStorage->getCharIndices(charIndices, indexBase, success);

Completed in 33 milliseconds