Searched defs:markGlyph (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphInsertionProc2.h99 le_int32 markGlyph; member in class:ContextualGlyphInsertionProcessor2
H A DContextualGlyphSubstProc.h83 le_int32 markGlyph; member in class:ContextualGlyphSubstitutionProcessor
H A DContextualGlyphSubstProc2.h85 le_int32 markGlyph; member in class:ContextualGlyphSubstitutionProcessor2
H A DMarkToBasePosnSubtables.cpp56 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); local
57 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success);
64 // markGlyph isn't a covered mark glyph
70 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor);
74 // markGlyph isn't in the mark array or its
106 fontInstance->getGlyphAdvance(markGlyph, pixels);
H A DMarkToMarkPosnSubtables.cpp56 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); local
57 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success);
64 // markGlyph isn't a covered mark glyph
70 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor);
74 // markGlyph isn't in the mark array or its
104 fontInstance->getGlyphAdvance(markGlyph, pixels);
H A DMarkToLigaturePosnSubtables.cpp55 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); local
56 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success);
63 // markGlyph isn't a covered mark glyph
69 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor);
73 // markGlyph isn't in the mark array or its
110 fontInstance->getGlyphAdvance(markGlyph, pixels);

Completed in 1648 milliseconds