HomeSort by relevance Sort by last modified time
    Searched refs:newGlyphs (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/layout/
LEInsertionList.h 33 * @param newGlyphs the address of the glyphs to insert
40 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
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];
LEGlyphStorage.h 101 * @param newGlyphs the address of the new glyph IDs
110 virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPageTreeNode.cpp 287 bool newGlyphs = false;
293 newGlyphs = true;
300 newGlyphs = true;
304 if (!newGlyphs)

Completed in 192 milliseconds