Searched refs:getCharIndices (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.h200 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
213 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
H A DLayoutEngine.h445 void getCharIndices(le_int32 charIndices[], LEErrorCode &success) const;
458 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
H A DLayoutEngine.cpp218 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const function in class:LayoutEngine
220 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
223 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const function in class:LayoutEngine
225 fGlyphStorage->getCharIndices(charIndices, success);
H A DLEGlyphStorage.cpp194 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const function in class:LEGlyphStorage
217 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const function in class:LEGlyphStorage
H A DSunLayoutEngine.cpp142 engine->getCharIndices((le_int32*)(indices + count), baseIndex, status);

Completed in 36 milliseconds