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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DContextualGlyphSubstProc.cpp67 markGlyph = 0;
80 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) {
84 LEGlyphID mGlyph = glyphStorage[markGlyph];
87 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
102 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
73 le_int32 markClass = markArray->getMarkClass(markArray, markGlyph, markCoverage, fontInstance, markAnchor, success);
77 // markGlyph isn't in the mark array or its
110 fontInstance->getGlyphAdvance(markGlyph, pixels);
116 _LETRACE("Offset: (%.2f, %.2f) glyph 0x%X mark2 0x%X", anchorDiffX, anchorDiffY, markGlyph, mark2Glyph);
H A DContextualGlyphInsertionProc2.cpp63 markGlyph = 0;
110 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) {
117 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success);
133 markGlyph = currGlyph;
H A DContextualGlyphSubstProc2.cpp62 markGlyph = 0;
77 if (markGlyph < 0 || markGlyph >= glyphStorage.getGlyphCount()) {
82 LEGlyphID mGlyph = glyphStorage[markGlyph];
84 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph);
99 markGlyph = currGlyph;
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
71 le_int32 markClass = markArray->getMarkClass(markArray, markGlyph, markCoverage, fontInstance, markAnchor, success);
75 // markGlyph isn't in the mark array or its
108 fontInstance->getGlyphAdvance(markGlyph, pixels);
114 _LETRACE("Offset: (%.2f, %.2f) glyph 0x%X", anchorDiffX, anchorDiffY, markGlyph);
H A DContextualGlyphSubstProc2.h85 le_int32 markGlyph; member in class:ContextualGlyphSubstitutionProcessor2
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
72 le_int32 markClass = markArray->getMarkClass(markArray, markGlyph, markCoverage, fontInstance, markAnchor, success);
76 // markGlyph isn't in the mark array or its
119 fontInstance->getGlyphAdvance(markGlyph, pixels);
H A DContextualGlyphInsertionProc2.h99 le_int32 markGlyph; member in class:ContextualGlyphInsertionProcessor2

Completed in 105 milliseconds