Searched refs:markGlyph (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | ContextualGlyphSubstProc.cpp | 41 markGlyph = 0; in beginStateTable() 54 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry() 57 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry() 68 markGlyph = currGlyph; in processStateEntry()
|
D | MarkToMarkPosnSubtables.cpp | 31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process() local 32 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success); in process() 41 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process() 75 fontInstance->getGlyphAdvance(markGlyph, pixels); in process()
|
D | MarkToLigaturePosnSubtables.cpp | 30 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process() local 31 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success); in process() 40 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process() 81 fontInstance->getGlyphAdvance(markGlyph, pixels); in process()
|
D | MarkToBasePosnSubtables.cpp | 31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process() local 32 le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID) markGlyph, success); in process() 41 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process() 77 fontInstance->getGlyphAdvance(markGlyph, pixels); in process()
|
D | ContextualGlyphSubstProc2.cpp | 37 markGlyph = 0; in beginStateTable() 53 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry() 55 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry() 66 markGlyph = currGlyph; in processStateEntry()
|
D | ContextualGlyphInsertionProc2.cpp | 38 markGlyph = 0; in beginStateTable() 88 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success); in processStateEntry() 100 markGlyph = currGlyph; in processStateEntry()
|
D | ContextualGlyphSubstProc.h | 58 le_int32 markGlyph; variable
|
D | ContextualGlyphSubstProc2.h | 60 le_int32 markGlyph; variable
|
D | ContextualGlyphInsertionProc2.h | 74 le_int32 markGlyph;
|