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

  /external/icu/icu4c/source/layout/
ContextualGlyphInsertionProc2.cpp 48 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(atGlyph, count + 1, success);
50 if(LE_FAILURE(success) || insertGlyphs==NULL) {
61 insertGlyphs[targetIndex++] = glyphStorage[atGlyph];
64 insertGlyphs[count] = glyphStorage[atGlyph];
68 insertGlyphs[targetIndex++] = insertionTable.getObject(index++, success);
LEGlyphStorage.h 332 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
352 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
371 * <code>insertGlyphs</code> to be applied to the glyph array. The
GlyphIterator.h 72 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
MultipleSubstSubtables.cpp 74 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success);
LEGlyphStorage.cpp 546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount)
549 return insertGlyphs(atIndex, insertCount, ignored);
553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success)
GlyphIterator.cpp 118 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success)
120 return glyphStorage.insertGlyphs(position, count, success);

Completed in 488 milliseconds