Searched defs:substitute (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSingleSubstitutionSubtables.cpp77 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); local
79 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
80 glyphIterator->setCurrGlyphID(substitute);
98 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); local
100 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
101 glyphIterator->setCurrGlyphID(substitute);
H A DMultipleSubstSubtables.cpp77 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); local
79 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
83 glyphIterator->setCurrGlyphID(substitute);
90 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
92 if (! filter->accept(substitute)) {
111 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
113 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp311 void StateSplit::substitute(BlockList& list, BlockBegin* old_block, BlockBegin* new_block) { function in class:StateSplit
628 // set_end call above added and substitute the new_sux for this
633 // multiple copies of this predecessor, so substitute the new_sux
949 substitute(*_sux, old_sux, new_sux);

Completed in 322 milliseconds