Home
last modified time | relevance | path

Searched refs:lastGlyph (Results 1 – 14 of 14) sorted by relevance

/external/icu4c/layout/
DIndicRearrangementProcessor.cpp35 lastGlyph = 0; in beginStateTable()
49 lastGlyph = currGlyph; in processStateEntry()
82 while (x <= lastGlyph) { in doRearrangementAction()
89 glyphStorage[lastGlyph] = a; in doRearrangementAction()
90 glyphStorage.setCharIndex(lastGlyph, ia, success); in doRearrangementAction()
94 d = glyphStorage[lastGlyph]; in doRearrangementAction()
95 id = glyphStorage.getCharIndex(lastGlyph, success); in doRearrangementAction()
96 x = lastGlyph - 1; in doRearrangementAction()
112 id = glyphStorage.getCharIndex(lastGlyph, success); in doRearrangementAction()
114 glyphStorage[firstGlyph] = glyphStorage[lastGlyph]; in doRearrangementAction()
[all …]
DTrimmedArrayProcessor.cpp31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount); in TrimmedArrayProcessor()
47 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) { in process()
DStateTableProcessor.cpp34 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs); in StateTableProcessor()
63 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) { in process()
DLookupTables.cpp36 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
44 if (SWAPW(trial->lastGlyph) <= ttGlyph) { in lookupSegment()
DClassDefinitionTables.cpp69 TTGlyphID lastGlyph = firstGlyph + SWAPW(glyphCount); in getGlyphClass() local
71 if (ttGlyphID > firstGlyph && ttGlyphID < lastGlyph) { in getGlyphClass()
DTrimmedArrayProcessor.h53 TTGlyphID lastGlyph; variable
DOpenTypeTables.h39 TTGlyphID lastGlyph; member
DIndicRearrangementProcessor.h55 le_int32 lastGlyph; variable
DStateTableProcessor.h48 TTGlyphID lastGlyph; variable
DLookupTables.h38 TTGlyphID lastGlyph; member
DOpenTypeUtilities.cpp105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) { in getGlyphRangeIndex()
/external/webkit/WebCore/platform/graphics/mac/
DCoreTextController.cpp437 bool lastGlyph = lastRun && i + 1 == glyphCount; in adjustGlyphsAndAdvances() local
439 if (lastGlyph) in adjustGlyphsAndAdvances()
508 …(m_run.applyWordRounding() && !lastGlyph && Font::isRoundingHackCharacter(nextCh) || m_run.applyRu… in adjustGlyphsAndAdvances()
/external/webkit/WebCore/rendering/
DSVGRootInlineBox.cpp910 LastGlyphInfo lastGlyph; in buildLayoutInformation() local
914 buildLayoutInformationForTextBox(info, static_cast<InlineTextBox*>(curr), lastGlyph); in buildLayoutInformation()
1111 …formationForTextBox(SVGCharacterLayoutInfo& info, InlineTextBox* textBox, LastGlyphInfo& lastGlyph) in buildLayoutInformationForTextBox() argument
1322 if (lastGlyph.isValid && style->font().isSVGFont()) { in buildLayoutInformationForTextBox()
1324 …if (svgFont->getHorizontalKerningPairForStringsAndGlyphs(lastGlyph.unicode, lastGlyph.glyphName, u… in buildLayoutInformationForTextBox()
1329 lastGlyph.unicode = unicodeStr; in buildLayoutInformationForTextBox()
1330 lastGlyph.glyphName = glyphName; in buildLayoutInformationForTextBox()
1331 lastGlyph.isValid = true; in buildLayoutInformationForTextBox()
1333 lastGlyph.isValid = false; in buildLayoutInformationForTextBox()
/external/webkit/WebCore/platform/graphics/win/
DUniscribeController.cpp353 …bool lastGlyph = (k == glyphs.size() - 1) && (m_run.rtl() ? i == 0 : i == m_items.size() - 2) && (… in shapeAndPlaceItem() local
355 (m_run.applyRunRounding() && lastGlyph)) { in shapeAndPlaceItem()