Searched refs:markGlyph (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualGlyphSubstProc.cpp66 markGlyph = 0;
79 LEGlyphID mGlyph = glyphStorage[markGlyph];
82 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
93 markGlyph = currGlyph;
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 DContextualGlyphSubstProc.h83 le_int32 markGlyph; member in class:ContextualGlyphSubstitutionProcessor
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 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);
H A DContextualGlyphInsertionProc2.cpp63 markGlyph = 0;
113 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success);
125 markGlyph = currGlyph;
H A DContextualGlyphInsertionProc2.h99 le_int32 markGlyph; member in class:ContextualGlyphInsertionProcessor2
H A DContextualGlyphSubstProc2.cpp62 markGlyph = 0;
78 LEGlyphID mGlyph = glyphStorage[markGlyph];
80 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
91 markGlyph = currGlyph;
H A DContextualGlyphSubstProc2.h85 le_int32 markGlyph; member in class:ContextualGlyphSubstitutionProcessor2

Completed in 34 milliseconds