Home
last modified time | relevance | path

Searched refs:glyphNames (Results 1 – 25 of 141) sorted by relevance

123456

/dports/print/fontforge/fontforge-20201107/tests/
H A Dtest1008.py93 glyphNames = [] variable
99 glyphNames.append(glyphName)
102 if glyphNamesInGIDOrder != glyphNames:
107 print(" this list: {}".format(glyphNames))
114 glyphNames = [] variable
120 glyphNames.append(glyphName)
123 if glyphNamesInEncOrder != glyphNames:
128 print(" this list: {}".format(glyphNames))
137 glyphNames = [] variable
144 glyphNames.append(glyphName)
[all …]
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/objects/
H A DuniData.py531 blocks = [glyphNames]
596 result = sorted(glyphNames)
603 for glyphName in glyphNames:
866 glyphNames = self.sortGlyphNames(glyphNames, sortDescriptors)
872 glyphNames = self.sortGlyphNames(glyphNames, sortDescriptors)
874 glyphNames.reverse()
875 return glyphNames
917 while glyphNames:
920 glyphNames = glyphNames[1:]
975glyphNames = glyphNames[:insertionPoint + 1] + matched[1:] + glyphNames[insertionPoint + 1:]
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/util/aglfn/
H A Dmain.cpp36 static QList<QByteArray> glyphNames; variable
49 glyphNames.append(".notdef"); in readGlyphList()
80 int glyphIndex = glyphNames.indexOf(glyphName); in readGlyphList()
82 glyphIndex = glyphNames.size(); in readGlyphList()
83 glyphNameOffsets.append(glyphNameOffsets.last() + glyphNames.last().size() + 1); in readGlyphList()
84 glyphNames.append(glyphName); in readGlyphList()
89 qDebug(" %d unique glyph names found", glyphNames.size()); in readGlyphList()
100 for (int i = 0; i < glyphNames.size(); ++i) { in createGlyphList()
101 if (linelen + glyphNames.at(i).size() + 2 >= 80) { in createGlyphList()
105 linelen += glyphNames.at(i).size() + 2; in createGlyphList()
[all …]
/dports/print/freetype/freetype-1.3.1/lib/extend/
H A Dftxpost.c170 if ( ALLOC_ARRAY( post20->glyphNames, num, Char* ) ) in Load_Format_20()
176 post20->glyphNames[n] = NULL; in Load_Format_20()
195 if ( ALLOC_ARRAY( post20->glyphNames[nameindex - 258], in Load_Format_20()
197 FILE_Read( post20->glyphNames[nameindex - 258], len ) ) in Load_Format_20()
201 post20->glyphNames[nameindex - 258][len] = '\0'; in Load_Format_20()
210 if ( post20->glyphNames[n] ) in Load_Format_20()
211 FREE( post20->glyphNames[n] ); in Load_Format_20()
213 FREE( post20->glyphNames ); in Load_Format_20()
315 if ( post->p.post20.glyphNames[n] ) in Post_Destroy()
316 FREE( post->p.post20.glyphNames[n] ); in Post_Destroy()
[all …]
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/font/ttf/
H A DPostTable.java410 String[] glyphNames; field in PostTable.PostMapFormat2
418 for (int i = 0; i < glyphNames.length; i++) { in getCharIndex()
419 if (charName.equals(glyphNames[i])) { in getCharIndex()
445 return glyphNames[charIndex - stdNames.length]; in getCharName()
458 for (int i = 0; i < glyphNames.length; i++) { in getLength()
459 size += glyphNames[i].length() + 1; in getLength()
478 for (int i = 0; i < glyphNames.length; i++) { in getData()
479 buf.put((byte) glyphNames[i].length()); in getData()
480 buf.put(glyphNames[i].getBytes()); in getData()
509 glyphNames = new String[maxGlyph]; in setData()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/font/opentype/
H A DGlyphNamer.java118 private String[] glyphNames; field in GlyphNamer
472 if (glyphNames != null) in getGlyphName()
473 return glyphNames[glyph]; in getGlyphName()
538 glyphNames = STANDARD_POSTSCRIPT_GLYPH_NAMES; in readPost()
544 glyphNames = new String[numGlyphs]; in readPost()
563 glyphNames[i] = STANDARD_POSTSCRIPT_GLYPH_NAMES[nameIndex]; in readPost()
565 glyphNames[i] = names[nameIndex - 258]; in readPost()
578 glyphNames = new String[numGlyphs]; in readPost()
580 glyphNames[i] = STANDARD_POSTSCRIPT_GLYPH_NAMES[i + postTable.get()]; in readPost()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/font/opentype/
H A DGlyphNamer.java118 private String[] glyphNames; field in GlyphNamer
472 if (glyphNames != null) in getGlyphName()
473 return glyphNames[glyph]; in getGlyphName()
538 glyphNames = STANDARD_POSTSCRIPT_GLYPH_NAMES; in readPost()
544 glyphNames = new String[numGlyphs]; in readPost()
563 glyphNames[i] = STANDARD_POSTSCRIPT_GLYPH_NAMES[nameIndex]; in readPost()
565 glyphNames[i] = names[nameIndex - 258]; in readPost()
578 glyphNames = new String[numGlyphs]; in readPost()
580 glyphNames[i] = STANDARD_POSTSCRIPT_GLYPH_NAMES[i + postTable.get()]; in readPost()

123456