/dports/graphics/netpbm/netpbm-10.91.01/lib/ |
H A D | ppmdfont.c | 104 struct ppmd_glyph * glyphTable; in ppmd_read_font() local 113 MALLOCARRAY(glyphTable, fontP->header.characterCount); in ppmd_read_font() 114 if (glyphTable == NULL) in ppmd_read_font() 122 readCharacter(ifP, &glyphTable[relativeCodePoint]); in ppmd_read_font() 124 fontP->glyphTable = glyphTable; in ppmd_read_font() 139 free((void*)fontP->glyphTable[relativeCodePoint].commandList); in ppmd_free_font() 141 free((void*)fontP->glyphTable); in ppmd_free_font()
|
H A D | ppmdfont.h | 57 const struct ppmd_glyph * glyphTable; member
|
/dports/emulators/sameboy/SameBoy-0.14.7/HexFiend/ |
H A D | HFRepresenterHexTextView.m | 16 _Static_assert(sizeof(CGGlyph[17]) == sizeof(glyphTable), "glyphTable is the wrong type"); 19 bool t = CTFontGetGlyphsForCharacters((CTFontRef)font, hexchars, glyphTable, 17); 23 …for(int i = 0; i < 17; i++) maxAdv = HFMax(maxAdv, [font advancementForGlyph:glyphTable[i]].width); 62 …glyphs[glyphIndex++] = (struct HFGlyph_t){.fontIndex = 0, .glyph = glyphTable[(useBlank? 16: byte … 64 …glyphs[glyphIndex++] = (struct HFGlyph_t){.fontIndex = 0, .glyph = glyphTable[(useBlank? 16: byte …
|
H A D | HFRepresenterHexTextView.h | 12 CGGlyph glyphTable[17]; variable
|
H A D | HFRepresenterStringEncodingTextView.h | 22 struct HFGlyphTrie_t glyphTable; variable
|
H A D | HFRepresenterStringEncodingTextView.m | 303 HFGlyphTrieInsert(&glyphTable, charVal, glyphs[glyphIdx++]); 351 HFGlyphTreeFree(&glyphTable); 362 HFGlyphTreeFree(&glyphTable); 363 HFGlyphTrieInitialize(&glyphTable, bytesPerChar); 418 HFGlyphTrieInitialize(&glyphTable, bytesPerChar); 499 struct HFGlyph_t glyph = HFGlyphTrieGet(&glyphTable, character);
|
/dports/print/py-fonttools/fonttools-4.28.2/Snippets/ |
H A D | interpolate.py | 101 glyphTable = font["glyf"] 102 glyph = glyphTable.glyphs.get(glyphName) 105 glyph.expand(glyphTable) 106 glyph.recalcBounds(glyphTable) 110 coord = [c for c in glyph.getCoordinates(glyphTable)[0]]
|
/dports/print/py-fonttools3/fonttools-3.44.0/Snippets/ |
H A D | interpolate.py | 103 glyphTable = font["glyf"] 104 glyph = glyphTable.glyphs.get(glyphName) 107 glyph.expand(glyphTable) 108 glyph.recalcBounds(glyphTable) 112 coord = [c for c in glyph.getCoordinates(glyphTable)[0]]
|
/dports/graphics/netpbm/netpbm-10.91.01/other/ |
H A D | ppmdcfont.c | 73 if (fontP->glyphTable[relativeCodePoint].header.commandCount > 0) { in generateCommandTables() 80 generateCommandTable(fontP->glyphTable[relativeCodePoint], in generateCommandTables() 137 generateGlyph(fontP->glyphTable[relativeCodePoint], in generateGlyphTable()
|
H A D | ppmddumpfont.c | 83 dumpGlyph(fontP->glyphTable[relativeCodePoint]); in main()
|
/dports/x11-servers/Xfstt/xfstt-1.11/libfstt/ |
H A D | ttfont.cc | 31 cmapTable(nullptr), locaTable(nullptr), glyphTable(nullptr), in TTFont() 82 glyphTable = new GlyphTable(*this, offset, length); in TTFont() 149 if (!(maxpTable && cmapTable && locaTable && glyphTable)) { in TTFont() 178 if (glyphTable) in ~TTFont() 179 delete glyphTable; in ~TTFont()
|
H A D | raster_scale.cc | 286 GlyphTable *g = ttFont->glyphTable; in putGlyphBitmap()
|
H A D | ttf.h | 219 GlyphTable *glyphTable; variable
|
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/ |
H A D | Font.cpp | 106 _fontTag->glyphTable() : _deviceGlyphTable; in get_glyph() 139 return _fontTag->glyphTable().size(); in glyphCount() 226 _fontTag->glyphTable() : _deviceGlyphTable; in get_advance()
|
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/fontBuilder/ |
H A D | fontBuilder_test.py | 112 glyphTable = fb.font["glyf"] 114 metrics[gn] = (advanceWidth, glyphTable[gn].xMin) 178 glyphTable = fb.font["glyf"] 180 metrics[gn] = (advanceWidth, glyphTable[gn].xMin)
|
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/ |
H A D | nsMathMLChar.cpp | 601 if (glyphTable != &mUnicodeTable) return glyphTable; in AddGlyphTable() 605 return glyphTable; in AddGlyphTable() 610 nsPropertiesTable* glyphTable = PropertiesTableAt(i); in GetGlyphTableFor() local 614 return glyphTable; in GetGlyphTableFor() 1294 nsGlyphTable* glyphTable; in EnumCallback() local 1297 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1302 glyphTable = openTypeTable.get(); in EnumCallback() 1304 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1308 glyphTable = gGlyphTableList->GetGlyphTableFor( in EnumCallback() 1314 if (context->mTablesTried.Contains(glyphTable)) in EnumCallback() [all …]
|
/dports/www/firefox/firefox-99.0/layout/mathml/ |
H A D | nsMathMLChar.cpp | 600 if (glyphTable != &mUnicodeTable) return glyphTable; in AddGlyphTable() 604 return glyphTable; in AddGlyphTable() 609 nsPropertiesTable* glyphTable = PropertiesTableAt(i); in GetGlyphTableFor() local 613 return glyphTable; in GetGlyphTableFor() 1291 nsGlyphTable* glyphTable; in EnumCallback() local 1294 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1299 glyphTable = openTypeTable.get(); in EnumCallback() 1301 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1305 glyphTable = gGlyphTableList->GetGlyphTableFor( in EnumCallback() 1311 if (context->mTablesTried.Contains(glyphTable)) in EnumCallback() [all …]
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/ |
H A D | nsMathMLChar.cpp | 601 if (glyphTable != &mUnicodeTable) return glyphTable; in AddGlyphTable() 605 return glyphTable; in AddGlyphTable() 610 nsPropertiesTable* glyphTable = PropertiesTableAt(i); in GetGlyphTableFor() local 614 return glyphTable; in GetGlyphTableFor() 1294 nsGlyphTable* glyphTable; in EnumCallback() local 1297 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1302 glyphTable = openTypeTable.get(); in EnumCallback() 1304 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1308 glyphTable = gGlyphTableList->GetGlyphTableFor( in EnumCallback() 1314 if (context->mTablesTried.Contains(glyphTable)) in EnumCallback() [all …]
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/ |
H A D | nsMathMLChar.cpp | 694 if (glyphTable != &mUnicodeTable) in AddGlyphTable() 695 return glyphTable; in AddGlyphTable() 699 return glyphTable; in AddGlyphTable() 706 nsPropertiesTable* glyphTable = PropertiesTableAt(i); in GetGlyphTableFor() local 712 return glyphTable; in GetGlyphTableFor() 1441 nsGlyphTable* glyphTable; in EnumCallback() local 1444 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1449 glyphTable = openTypeTable; in EnumCallback() 1460 if (context->mTablesTried.Contains(glyphTable)) in EnumCallback() 1464 context->mTablesTried.AppendElement(glyphTable); in EnumCallback() [all …]
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/ |
H A D | nsMathMLChar.cpp | 616 nsGlyphTable* glyphTable = GetGlyphTableFor(aPrimaryFontName); in AddGlyphTable() local 617 if (glyphTable != &mUnicodeTable) return glyphTable; in AddGlyphTable() 621 return glyphTable; in AddGlyphTable() 626 nsPropertiesTable* glyphTable = PropertiesTableAt(i); in GetGlyphTableFor() local 633 return glyphTable; in GetGlyphTableFor() 1299 nsGlyphTable* glyphTable; in EnumCallback() local 1302 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1307 glyphTable = openTypeTable; in EnumCallback() 1318 if (context->mTablesTried.Contains(glyphTable)) in EnumCallback() 1322 context->mTablesTried.AppendElement(glyphTable); in EnumCallback() [all …]
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/ |
H A D | nsMathMLChar.cpp | 619 nsGlyphTable* glyphTable = GetGlyphTableFor(aPrimaryFontName); in AddGlyphTable() local 620 if (glyphTable != &mUnicodeTable) return glyphTable; in AddGlyphTable() 624 return glyphTable; in AddGlyphTable() 629 nsPropertiesTable* glyphTable = PropertiesTableAt(i); in GetGlyphTableFor() local 636 return glyphTable; in GetGlyphTableFor() 1304 nsGlyphTable* glyphTable; in EnumCallback() local 1307 glyphTable = &gGlyphTableList->mUnicodeTable; in EnumCallback() 1312 glyphTable = openTypeTable.get(); in EnumCallback() 1323 if (context->mTablesTried.Contains(glyphTable)) in EnumCallback() 1327 context->mTablesTried.AppendElement(glyphTable); in EnumCallback() [all …]
|
/dports/print/py-fonttools/fonttools-4.28.2/Tests/fontBuilder/ |
H A D | fontBuilder_test.py | 110 glyphTable = fb.font["glyf"] 112 metrics[gn] = (advanceWidth, glyphTable[gn].xMin) 183 glyphTable = fb.font["glyf"] 185 metrics[gn] = (advanceWidth, glyphTable[gn].xMin)
|
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/ |
H A D | DefineFontTag.h | 61 const Font::GlyphInfoRecords& glyphTable() const { in glyphTable() function
|
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ |
H A D | fontBuilder.py | 640 glyphTable = self.font["glyf"] 641 for glyph in glyphTable.glyphs.values(): 642 glyph.recalcBounds(glyphTable)
|
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ |
H A D | fontBuilder.py | 698 glyphTable = self.font["glyf"] 699 for glyph in glyphTable.glyphs.values(): 700 glyph.recalcBounds(glyphTable)
|