OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertGlyphs
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/layout/
ContextualGlyphInsertionProc2.cpp
53
LEGlyphID *
insertGlyphs
= glyphStorage.
insertGlyphs
(markGlyph, count + 1);
55
insertGlyphs
[i] = insertionTable[markIndex];
57
insertGlyphs
[i] = glyphStorage[markGlyph];
60
LEGlyphID *
insertGlyphs
= glyphStorage.
insertGlyphs
(markGlyph, count + 1);
61
insertGlyphs
[0] = glyphStorage[markGlyph];
63
insertGlyphs
[i] = insertionTable[markIndex];
71
LEGlyphID *
insertGlyphs
= glyphStorage.
insertGlyphs
(markGlyph, count + 1)
[
all
...]
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
MultipleSubstSubtables.cpp
69
LEGlyphID *newGlyphs = glyphIterator->
insertGlyphs
(glyphCount, success);
GlyphIterator.h
72
LEGlyphID *
insertGlyphs
(le_int32 count, LEErrorCode& 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
110
LEGlyphID *GlyphIterator::
insertGlyphs
(le_int32 count, LEErrorCode& success)
112
return glyphStorage.
insertGlyphs
(position, count, success);
Completed in 188 milliseconds