Home
last modified time | relevance | path

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

/external/icu4c/layout/
DContextualGlyphInsertionProc2.cpp36 markGlyph = 0; in beginStateTable()
53 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(markGlyph, count + 1); in processStateEntry()
57 insertGlyphs[i] = glyphStorage[markGlyph]; in processStateEntry()
60 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(markGlyph, count + 1); in processStateEntry()
61 insertGlyphs[0] = glyphStorage[markGlyph]; in processStateEntry()
71 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(markGlyph, count + 1); in processStateEntry()
75 insertGlyphs[i] = glyphStorage[markGlyph]; in processStateEntry()
78 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(markGlyph, count + 1); in processStateEntry()
79 insertGlyphs[0] = glyphStorage[markGlyph]; in processStateEntry()
129 markGlyph = currGlyph; in processStateEntry()
DContextualGlyphSubstProc.cpp36 markGlyph = 0; in beginStateTable()
49 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry()
52 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
64 markGlyph = currGlyph; in processStateEntry()
DMarkToMarkPosnSubtables.cpp31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process() local
32 le_int32 markCoverage = getGlyphCoverage((LEGlyphID) markGlyph); in process()
41 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process()
75 fontInstance->getGlyphAdvance(markGlyph, pixels); in process()
DMarkToBasePosnSubtables.cpp31 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process() local
32 le_int32 markCoverage = getGlyphCoverage((LEGlyphID) markGlyph); in process()
41 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process()
77 fontInstance->getGlyphAdvance(markGlyph, pixels); in process()
DMarkToLigaturePosnSubtables.cpp30 LEGlyphID markGlyph = glyphIterator->getCurrGlyphID(); in process() local
31 le_int32 markCoverage = getGlyphCoverage((LEGlyphID) markGlyph); in process()
40 le_int32 markClass = markArray->getMarkClass(markGlyph, markCoverage, fontInstance, markAnchor); in process()
81 fontInstance->getGlyphAdvance(markGlyph, pixels); in process()
DContextualGlyphSubstProc2.cpp37 markGlyph = 0; in beginStateTable()
50 LEGlyphID mGlyph = glyphStorage[markGlyph]; in processStateEntry()
52 glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph, newGlyph); in processStateEntry()
63 markGlyph = currGlyph; in processStateEntry()
DContextualGlyphSubstProc.h58 le_int32 markGlyph; variable
DContextualGlyphInsertionProc2.h56 le_int32 markGlyph;
DContextualGlyphSubstProc2.h60 le_int32 markGlyph; variable
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontFastPath.cpp518 Glyph markGlyph = markGlyphData.glyph; in drawEmphasisMarks() local
522 …rtPoint(point.x() + middleOfLastGlyph - offsetToMiddleOfGlyph(markFontData, markGlyph), point.y()); in drawEmphasisMarks()
528 markBuffer.add(glyphBuffer.glyphAt(i) ? markGlyph : spaceGlyph, markFontData, advance); in drawEmphasisMarks()
531 …markBuffer.add(glyphBuffer.glyphAt(glyphBuffer.size() - 1) ? markGlyph : spaceGlyph, markFontData,… in drawEmphasisMarks()