Home
last modified time | relevance | path

Searched refs:glyf_table (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A DLigatureCollection.vala24 public LigatureCollection.clig (GlyfTable glyf_table) {
26 lig_set = new LigatureSet (glyf_table);
27 last_set = new LigatureSet (glyf_table);
29 add_clig_ligatures (glyf_table);
34 lig_set = new LigatureSet (glyf_table);
35 last_set = new LigatureSet (glyf_table);
37 add_contextual_ligatures (glyf_table, ligature);
40 void add_clig_ligatures (GlyfTable glyf_table) {
45 add_ligatures (glyf_table, parts, ligature);
51 add_ligatures (glyf_table, cl.input, l);
[all …]
H A DCligFeature.vala22 GlyfTable glyf_table;
24 public CligFeature (GlyfTable glyf_table) throws GLib.Error {
25 this.glyf_table = glyf_table;
44 clig = new LigatureCollection.clig (glyf_table);
45 contextual = new ContextualLigatureCollection (glyf_table);
47 clig_subtable = clig.get_font_data (glyf_table);
58 lookup.add_subtable (s.get_font_data (glyf_table));
80 fd.add (context.get_font_data (glyf_table, ligature_lookup_index));
H A DDirectoryTable.vala24 public GlyfTable glyf_table;
47 glyf_table = new GlyfTable (loca_table);
68 glyf_table.process ();
72 cmap_table.process (glyf_table);
83 gpos_table.process (glyf_table);
110 tables.add (glyf_table);
199 glyf_table.id = tag.str;
200 glyf_table.checksum = checksum;
201 glyf_table.offset = offset;
202 glyf_table.length = length;
[all …]
H A DMaxpTable.vala19 GlyfTable glyf_table;
24 glyf_table = g;
52 if (glyf_table.glyphs.size == 0) {
56 fd.add_u16 ((uint16) glyf_table.glyphs.size); // numGlyphs in the font
58 fd.add_u16 (glyf_table.get_max_points ()); // max points
59 fd.add_u16 (glyf_table.get_max_contours ()); // max contours
H A DAlternateFeature.vala18 GlyfTable glyf_table;
22 public AlternateFeature (GlyfTable glyf_table, string tag) {
26 this.glyf_table = glyf_table;
80 fd.add_ushort ((uint16) glyf_table.get_gid (alt));
93 fd.add_ushort ((uint16) glyf_table.get_gid (glyph_name));
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/woff2/src/
H A Dnormalize.cc48 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
55 uint8_t* glyf_dst = &glyf_table->buffer[0]; in WriteNormalizedLoca()
69 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
87 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
88 glyf_table->data = &glyf_table->buffer[0]; in WriteNormalizedLoca()
89 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
119 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
125 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
129 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
133 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/woff2/src/
H A Dnormalize.cc40 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
47 uint8_t* glyf_dst = num_glyphs ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
61 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
76 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
77 glyf_table->data = glyf_offset ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
78 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
111 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
117 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
121 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
125 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/woff2/src/
H A Dnormalize.cc40 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
47 uint8_t* glyf_dst = num_glyphs ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
61 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
76 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
77 glyf_table->data = glyf_offset ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
78 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
111 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
117 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
121 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
125 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/www/firefox/firefox-99.0/modules/woff2/src/
H A Dnormalize.cc40 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
47 uint8_t* glyf_dst = num_glyphs ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
61 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
76 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
77 glyf_table->data = glyf_offset ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
78 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
111 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
117 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
121 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
125 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/woff2/src/
H A Dnormalize.cc40 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
47 uint8_t* glyf_dst = num_glyphs ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
61 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
76 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
77 glyf_table->data = glyf_offset ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
78 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
111 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
117 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
121 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
125 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/woff2/src/
H A Dnormalize.cc40 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
47 uint8_t* glyf_dst = num_glyphs ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
61 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
76 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
77 glyf_table->data = glyf_offset ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
78 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
111 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
117 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
121 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
125 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/devel/woff2/woff2-1.0.2/src/
H A Dnormalize.cc40 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
47 uint8_t* glyf_dst = num_glyphs ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
61 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
76 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
77 glyf_table->data = glyf_offset ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
78 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
111 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
117 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
121 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
125 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/woff2/src/
H A Dnormalize.cc40 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
47 uint8_t* glyf_dst = num_glyphs ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
61 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
76 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
77 glyf_table->data = glyf_offset ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
78 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
111 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
117 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
121 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
125 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/modules/woff2/src/
H A Dnormalize.cc40 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in WriteNormalizedLoca() local
47 uint8_t* glyf_dst = num_glyphs ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
61 size_t glyf_dst_size = glyf_table->buffer.size() - glyf_offset; in WriteNormalizedLoca()
76 glyf_table->buffer.resize(glyf_offset); in WriteNormalizedLoca()
77 glyf_table->data = glyf_offset ? &glyf_table->buffer[0] : NULL; in WriteNormalizedLoca()
78 glyf_table->length = glyf_offset; in WriteNormalizedLoca()
111 Font::Table* glyf_table = font->FindTable(kGlyfTableTag); in NormalizeGlyphs() local
117 if (loca_table == NULL && glyf_table == NULL) { in NormalizeGlyphs()
121 if ((glyf_table == NULL) != (loca_table == NULL)) { in NormalizeGlyphs()
125 if (loca_table->IsReused() != glyf_table->IsReused()) { in NormalizeGlyphs()
[all …]
/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtaglyf.c608 if (glyf_table->data) in TA_sfnt_split_glyf_table()
615 glyf_table->data = data; in TA_sfnt_split_glyf_table()
681 buf = glyf_table->buf + offset; in TA_sfnt_split_glyf_table()
823 if (glyf_table->processed) in TA_sfnt_build_glyf_table()
849 glyf_table->len = (len + 1) & ~1U; in TA_sfnt_build_glyf_table()
855 glyf_table->buf = buf_new; in TA_sfnt_build_glyf_table()
857 p = glyf_table->buf; in TA_sfnt_build_glyf_table()
931 glyf_table->checksum = TA_table_compute_checksum(glyf_table->buf, in TA_sfnt_build_glyf_table()
933 glyf_table->processed = 1; in TA_sfnt_build_glyf_table()
1183 if (glyf_table->data) in TA_sfnt_create_glyf_data()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-glyf-table.hh242 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
250 glyf_table.destroy (); in fini()
268 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
290 const char *glyph = ((const char *) glyf_table) + start_offset; in remove_padding()
378 if (*start_offset > *end_offset || *end_offset > glyf_table.get_length ()) in get_offsets()
395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
401 (const char*) this->glyf_table + start_offset, in get_instruction_offsets()
409 … *instruction_start = ((char *) last - (char *) glyf_table->dataZ.arrayZ) + last->get_size (); in get_instruction_offsets()
428 …const HBUINT16 &instruction_length = StructAtOffset<HBUINT16> (glyf_table, instruction_length_offs… in get_instruction_offsets()
452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh242 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
250 glyf_table.destroy (); in fini()
268 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
290 const char *glyph = ((const char *) glyf_table) + start_offset; in remove_padding()
378 if (*start_offset > *end_offset || *end_offset > glyf_table.get_length ()) in get_offsets()
395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
401 (const char*) this->glyf_table + start_offset, in get_instruction_offsets()
409 … *instruction_start = ((char *) last - (char *) glyf_table->dataZ.arrayZ) + last->get_size (); in get_instruction_offsets()
428 …const HBUINT16 &instruction_length = StructAtOffset<HBUINT16> (glyf_table, instruction_length_offs… in get_instruction_offsets()
452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-glyf-table.hh242 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
250 glyf_table.destroy (); in fini()
268 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
290 const char *glyph = ((const char *) glyf_table) + start_offset; in remove_padding()
378 if (*start_offset > *end_offset || *end_offset > glyf_table.get_length ()) in get_offsets()
395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
401 (const char*) this->glyf_table + start_offset, in get_instruction_offsets()
409 … *instruction_start = ((char *) last - (char *) glyf_table->dataZ.arrayZ) + last->get_size (); in get_instruction_offsets()
428 …const HBUINT16 &instruction_length = StructAtOffset<HBUINT16> (glyf_table, instruction_length_offs… in get_instruction_offsets()
452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh242 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
250 glyf_table.destroy (); in fini()
268 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
290 const char *glyph = ((const char *) glyf_table) + start_offset; in remove_padding()
378 if (*start_offset > *end_offset || *end_offset > glyf_table.get_length ()) in get_offsets()
395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
401 (const char*) this->glyf_table + start_offset, in get_instruction_offsets()
409 … *instruction_start = ((char *) last - (char *) glyf_table->dataZ.arrayZ) + last->get_size (); in get_instruction_offsets()
428 …const HBUINT16 &instruction_length = StructAtOffset<HBUINT16> (glyf_table, instruction_length_offs… in get_instruction_offsets()
452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh242 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
250 glyf_table.destroy (); in fini()
268 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
290 const char *glyph = ((const char *) glyf_table) + start_offset; in remove_padding()
378 if (*start_offset > *end_offset || *end_offset > glyf_table.get_length ()) in get_offsets()
395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
401 (const char*) this->glyf_table + start_offset, in get_instruction_offsets()
409 … *instruction_start = ((char *) last - (char *) glyf_table->dataZ.arrayZ) + last->get_size (); in get_instruction_offsets()
428 …const HBUINT16 &instruction_length = StructAtOffset<HBUINT16> (glyf_table, instruction_length_offs… in get_instruction_offsets()
452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-glyf-table.hh242 glyf_table = hb_sanitize_context_t ().reference_table<glyf> (face); in init()
250 glyf_table.destroy (); in fini()
268 return CompositeGlyphHeader::get_iterator ((const char *) this->glyf_table + start_offset, in get_composite()
290 const char *glyph = ((const char *) glyf_table) + start_offset; in remove_padding()
378 if (*start_offset > *end_offset || *end_offset > glyf_table.get_length ()) in get_offsets()
395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
401 (const char*) this->glyf_table + start_offset, in get_instruction_offsets()
409 … *instruction_start = ((char *) last - (char *) glyf_table->dataZ.arrayZ) + last->get_size (); in get_instruction_offsets()
428 …const HBUINT16 &instruction_length = StructAtOffset<HBUINT16> (glyf_table, instruction_length_offs… in get_instruction_offsets()
452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
[all …]
/dports/japanese/font-mona/monafont-2.90/ttftools/
H A Dmerge_glyf36 @glyf_table = ();
56 $glyf_table[$i] = rstrn($loca_offset[$i+1] - $loca_offset[$i]);
85 for(my $i = 0; $i < @glyf_table; $i++) {
86 $global_glyf[$i] = $glyf_table[$i];
97 my $glyf1 = $glyf_table[$cmap_table{$c}];
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-ot-glyf-table.hh249 glyf_table = Sanitizer<glyf>::lock_instance (glyf_blob); in init()
273 return CompositeGlyphHeader::get_iterator ((const char*) this->glyf_table + start_offset, in get_composite()
291 const char *glyph = ((const char *) glyf_table) + start_offset; in remove_padding()
400 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
406 (const char*) this->glyf_table + start_offset, in get_instruction_offsets()
414 *instruction_start = ((char *) last - (char *) glyf_table->dataX) + last->get_size(); in get_instruction_offsets()
427 …const HBUINT16 &instruction_length = StructAtOffset<HBUINT16> (glyf_table, instruction_length_offs… in get_instruction_offsets()
444 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
458 const glyf *glyf_table; member
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/test/
H A Dverify_glyf.cc34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table); in VerifyGLYF() local
35 if (glyf_table == NULL) { in VerifyGLYF()
40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); in VerifyGLYF()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/test/
H A Dverify_glyf.cc34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table); in VerifyGLYF() local
35 if (glyf_table == NULL) { in VerifyGLYF()
40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH)); in VerifyGLYF()

1234567