/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/ |
H A D | ContextualGlyphInsertionProc2.cpp | 73 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(atGlyph, count + 1, success); in doInsertion() local 75 if(LE_FAILURE(success) || insertGlyphs==NULL) { in doInsertion() 86 insertGlyphs[targetIndex++] = glyphStorage[atGlyph]; in doInsertion() 89 insertGlyphs[count] = glyphStorage[atGlyph]; in doInsertion() 93 insertGlyphs[targetIndex++] = insertionTable.getObject(index++, success); in doInsertion()
|
H A D | LEGlyphStorage.h | 357 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success); 377 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
|
H A D | LEGlyphStorage.cpp | 571 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) in insertGlyphs() function in LEGlyphStorage 574 return insertGlyphs(atIndex, insertCount, ignored); in insertGlyphs() 578 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& succe… in insertGlyphs() function in LEGlyphStorage
|
H A D | MultipleSubstSubtables.cpp | 106 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); in process()
|
H A D | GlyphIterator.h | 97 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
|
H A D | GlyphIterator.cpp | 142 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success) in insertGlyphs() function in GlyphIterator 144 return glyphStorage.insertGlyphs(position, count, success); in insertGlyphs()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/ |
H A D | ContextualGlyphInsertionProc2.cpp | 73 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(atGlyph, count + 1, success); in doInsertion() local 75 if(LE_FAILURE(success) || insertGlyphs==NULL) { in doInsertion() 86 insertGlyphs[targetIndex++] = glyphStorage[atGlyph]; in doInsertion() 89 insertGlyphs[count] = glyphStorage[atGlyph]; in doInsertion() 93 insertGlyphs[targetIndex++] = insertionTable.getObject(index++, success); in doInsertion()
|
H A D | LEGlyphStorage.h | 357 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success); 377 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
|
H A D | LEGlyphStorage.cpp | 571 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) in insertGlyphs() function in LEGlyphStorage 574 return insertGlyphs(atIndex, insertCount, ignored); in insertGlyphs() 578 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& succe… in insertGlyphs() function in LEGlyphStorage
|
H A D | MultipleSubstSubtables.cpp | 106 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); in process()
|
H A D | GlyphIterator.h | 97 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
|
H A D | GlyphIterator.cpp | 142 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success) in insertGlyphs() function in GlyphIterator 144 return glyphStorage.insertGlyphs(position, count, success); in insertGlyphs()
|
/dports/devel/icu-le-hb/icu-le-hb-1.0.3-7-g04505b2/src/ |
H A D | LEGlyphStorage.h | 332 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success); 352 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
|
H A D | LEGlyphStorage.cpp | 546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) in insertGlyphs() function in LEGlyphStorage 549 return insertGlyphs(atIndex, insertCount, ignored); in insertGlyphs() 553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& succe… in insertGlyphs() function in LEGlyphStorage
|
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/ |
H A D | NSGlyphGenerator.h | 52 - (void) insertGlyphs: (const NSGlyph*)glyphs
|
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/ |
H A D | NSGlyphGenerator.inc | 21 … NSUInteger; glyphIndex: NSUInteger; charIndex: NSUInteger); message 'insertGlyphs:length:forStart…
|
H A D | NSLayoutManager.inc | 189 … NSUInteger; glyphIndex: NSUInteger; charIndex: NSUInteger); message 'insertGlyphs:length:forStart…
|
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/elements/ |
H A D | TokenElement.h | 81 void insertGlyphs( int position, QList<GlyphElement*> glyphs);
|
H A D | TokenElement.cpp | 161 void TokenElement::insertGlyphs ( int position, QList< GlyphElement* > glyphs ) in insertGlyphs() function in TokenElement
|
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/Additions/GNUstepGUI/ |
H A D | GSLayoutManager.h | 165 - (void) insertGlyphs: (const NSGlyph*)glyph_list
|
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/ |
H A D | NSGlyphGenerator.m | 64 [storage insertGlyphs: glyphs \
|
H A D | NSSecureTextField.m | 292 [storage insertGlyphs: glyphs
|
H A D | GSLayoutManager.m | 1644 [self insertGlyphs: &aGlyph 3156 - (void) insertGlyphs: (const NSGlyph*)glyph_list 3213 - (void) insertGlyphs: (const NSGlyph*)glyph_list 3243 [self insertGlyphs: glyph_list
|
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/ |
H A D | FormulaCommand.cpp | 95 m_ownerElement->insertGlyphs(m_glyphpos,m_removedGlyphs); in undo()
|
/dports/editors/emacs/emacs-27.2/src/ |
H A D | nsfont.m | 1448 - (void)insertGlyphs: (const NSGlyph *)glyphs length: (NSUInteger)length
|