Searched refs:applyLookupTable (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupProcessor.h65 le_uint32 applyLookupTable(const LEReferenceTo<LookupTable> &lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
H A DLookupProcessor.cpp47 le_uint32 LookupProcessor::applyLookupTable(const LEReferenceTo<LookupTable> &lookupTable, GlyphIterator *glyphIterator, function in class:LookupProcessor
106 applyLookupTable(lookupTable, &glyphIterator, fontInstance, success); // TODO
133 le_uint32 delta = applyLookupTable(lookupTable, &tempIterator, fontInstance, success);

Completed in 80 milliseconds