OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newGlyphs
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
MultipleSubstSubtables.cpp
74
LEGlyphID *
newGlyphs
= glyphIterator->insertGlyphs(glyphCount, success);
89
newGlyphs
[insert] = LE_SET_GLYPH(glyph, substitute);
LEGlyphStorage.cpp
568
LEGlyphID *
newGlyphs
= (LEGlyphID *) LE_GROW_ARRAY(fGlyphs, newGlyphCount);
569
if (
newGlyphs
== NULL) {
573
fGlyphs =
newGlyphs
;
615
le_bool LEGlyphStorage::applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID
newGlyphs
[])
652
fGlyphs[fDestIndex] =
newGlyphs
[i];
Completed in 152 milliseconds