OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newGlyphs
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
MultipleSubstSubtables.cpp
69
LEGlyphID *
newGlyphs
= glyphIterator->insertGlyphs(glyphCount, success);
84
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];
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.cpp
295
bool
newGlyphs
= false;
301
newGlyphs
= true;
306
if (!
newGlyphs
)
Completed in 143 milliseconds