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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.h208 * @param indexBase - an offset which will be added to each index
213 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
H A DLayoutEngine.h453 * @param indexBase - an offset which will be added to each index
458 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
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 56 milliseconds