OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newGlyph
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
SimpleArrayProcessor.cpp
44
TTGlyphID
newGlyph
= SWAPW(simpleArrayLookupTable->valueArray[LE_GET_GLYPH(thisGlyph)]);
46
glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph,
newGlyph
);
ContextualGlyphSubstProc.cpp
50
TTGlyphID
newGlyph
= SWAPW(table[LE_GET_GLYPH(mGlyph)]);
52
glyphStorage[markGlyph] = LE_SET_GLYPH(mGlyph,
newGlyph
);
58
TTGlyphID
newGlyph
= SWAPW(table[LE_GET_GLYPH(thisGlyph)]);
60
glyphStorage[currGlyph] = LE_SET_GLYPH(thisGlyph,
newGlyph
);
SegmentArrayProcessor.cpp
52
TTGlyphID
newGlyph
= SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
54
glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph,
newGlyph
);
SegmentSingleProcessor.cpp
47
TTGlyphID
newGlyph
= (TTGlyphID) LE_GET_GLYPH(thisGlyph) + SWAPW(lookupSegment->value);
49
glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph,
newGlyph
);
TrimmedArrayProcessor.cpp
48
TTGlyphID
newGlyph
= SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
50
glyphStorage[glyph] = LE_SET_GLYPH(thisGlyph,
newGlyph
);
Completed in 60 milliseconds