Searched refs:markGlyph (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/layout/ |
D | ContextualGlyphInsertionProc2.cpp | 36 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()
|
D | ContextualGlyphSubstProc.cpp | 36 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()
|
D | MarkToMarkPosnSubtables.cpp | 31 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()
|
D | MarkToBasePosnSubtables.cpp | 31 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()
|
D | MarkToLigaturePosnSubtables.cpp | 30 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()
|
D | ContextualGlyphSubstProc2.cpp | 37 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()
|
D | ContextualGlyphSubstProc.h | 58 le_int32 markGlyph; variable
|
D | ContextualGlyphInsertionProc2.h | 56 le_int32 markGlyph;
|
D | ContextualGlyphSubstProc2.h | 60 le_int32 markGlyph; variable
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontFastPath.cpp | 518 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()
|