Searched refs:applyInsertions (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.h53 * This method will be called by <code>LEInsertionList::applyInsertions</code> for each
60 * @return <code>TRUE</code> if <code>LEInsertions::applyInsertions</code> should
82 * <code>applyInsertions</code> method, which calls a client
141 le_bool applyInsertions(LEInsertionCallback *callback);
H A DLEInsertionList.cpp110 le_bool LEInsertionList::applyInsertions(LEInsertionCallback *callback) function in class:LEInsertionList
H A DGlyphIterator.h98 le_int32 applyInsertions();
H A DContextualGlyphInsertionProc2.cpp95 glyphStorage.applyInsertions();
H A DLEGlyphStorage.h345 * glyph array until <code>applyInsertions</code> is called.
364 * glyph array until <code>applyInsertions</code> is called.
406 le_int32 applyInsertions();
H A DGlyphIterator.cpp143 le_int32 GlyphIterator::applyInsertions() function in class:GlyphIterator
145 le_int32 newGlyphCount = glyphStorage.applyInsertions();
H A DLEGlyphStorage.cpp583 le_int32 LEGlyphStorage::applyInsertions() function in class:LEGlyphStorage
635 fInsertionList->applyInsertions(this);
H A DLookupProcessor.cpp112 newGlyphCount = glyphIterator.applyInsertions();

Completed in 35 milliseconds