Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DContextualGlyphSubstProc.cpp41 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()
DMarkToMarkPosnSubtables.cpp31 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()
DMarkToLigaturePosnSubtables.cpp30 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()
DMarkToBasePosnSubtables.cpp31 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()
DContextualGlyphSubstProc2.cpp37 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()
DContextualGlyphInsertionProc2.cpp38 markGlyph = 0; in beginStateTable()
88 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
100 markGlyph = currGlyph; in processStateEntry()
DContextualGlyphSubstProc.h58 le_int32 markGlyph; variable
DContextualGlyphSubstProc2.h60 le_int32 markGlyph; variable
DContextualGlyphInsertionProc2.h74 le_int32 markGlyph;