Home
last modified time | relevance | path

Searched refs:loca_table (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtaloca.c37 if (loca_table->processed) in TA_sfnt_build_loca_table()
67 loca_table->len = (data->num_glyphs + 1) * 4; in TA_sfnt_build_loca_table()
68 buf_new = (FT_Byte*)realloc(loca_table->buf, loca_table->len); in TA_sfnt_build_loca_table()
72 loca_table->buf = buf_new; in TA_sfnt_build_loca_table()
74 p = loca_table->buf; in TA_sfnt_build_loca_table()
103 buf_new = (FT_Byte*)realloc(loca_table->buf, in TA_sfnt_build_loca_table()
108 loca_table->buf = buf_new; in TA_sfnt_build_loca_table()
110 p = loca_table->buf; in TA_sfnt_build_loca_table()
133 if (loca_table->len % 4 == 2) in TA_sfnt_build_loca_table()
140 loca_table->checksum = TA_table_compute_checksum(loca_table->buf, in TA_sfnt_build_loca_table()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/woff2/src/
H A Dnormalize.cc49 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
52 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
53 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
56 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
90 loca_table->data = &loca_table->buffer[0]; in WriteNormalizedLoca()
120 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
136 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/www/firefox-esr/firefox-91.8.0/modules/woff2/src/
H A Dnormalize.cc41 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
44 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
45 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
48 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
79 loca_table->data = loca_offset ? &loca_table->buffer[0] : NULL; in WriteNormalizedLoca()
112 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
128 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/woff2/src/
H A Dnormalize.cc41 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
44 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
45 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
48 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
79 loca_table->data = loca_offset ? &loca_table->buffer[0] : NULL; in WriteNormalizedLoca()
112 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
128 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/www/firefox/firefox-99.0/modules/woff2/src/
H A Dnormalize.cc41 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
44 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
45 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
48 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
79 loca_table->data = loca_offset ? &loca_table->buffer[0] : NULL; in WriteNormalizedLoca()
112 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
128 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/woff2/src/
H A Dnormalize.cc41 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
44 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
45 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
48 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
79 loca_table->data = loca_offset ? &loca_table->buffer[0] : NULL; in WriteNormalizedLoca()
112 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
128 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/woff2/src/
H A Dnormalize.cc41 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
44 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
45 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
48 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
79 loca_table->data = loca_offset ? &loca_table->buffer[0] : NULL; in WriteNormalizedLoca()
112 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
128 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/devel/woff2/woff2-1.0.2/src/
H A Dnormalize.cc41 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
44 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
45 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
48 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
79 loca_table->data = loca_offset ? &loca_table->buffer[0] : NULL; in WriteNormalizedLoca()
112 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
128 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/woff2/src/
H A Dnormalize.cc41 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
44 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
45 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
48 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
79 loca_table->data = loca_offset ? &loca_table->buffer[0] : NULL; in WriteNormalizedLoca()
112 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
128 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/woff2/src/
H A Dnormalize.cc41 Font::Table* loca_table = font->FindTable(kLocaTableTag); in WriteNormalizedLoca() local
44 loca_table->buffer.resize(Round4(num_glyphs + 1) * glyph_sz); in WriteNormalizedLoca()
45 loca_table->length = (num_glyphs + 1) * glyph_sz; in WriteNormalizedLoca()
48 uint8_t* loca_dst = &loca_table->buffer[0]; in WriteNormalizedLoca()
79 loca_table->data = loca_offset ? &loca_table->buffer[0] : NULL; in WriteNormalizedLoca()
112 Font::Table* loca_table = font->FindTable(kLocaTableTag); 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()
128 if (loca_table->IsReused()) { in NormalizeGlyphs()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca)); in Subset() local
48 if (glyph_table == NULL || loca_table == NULL) { in Subset()
72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset()
73 int old_length = loca_table->GlyphLength(*old_glyph_id); in Subset()
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A DHmtxTable.vala69 …public new void parse (FontData dis, HheaTable hhea_table, LocaTable loca_table) throws GLib.Error…
71 nmonospaced = loca_table.size - nmetrics;
75 if (nmetrics > loca_table.size) {
76 warning (@"(nmetrics > loca_table.size) ($nmetrics > $(loca_table.size))");
81 printd (@"loca_table.size: $(loca_table.size)\n");
H A DDirectoryTable.vala35 public LocaTable loca_table;
44 loca_table = new LocaTable ();
47 glyf_table = new GlyfTable (loca_table);
80 loca_table.process (glyf_table, head_table);
122 tables.add (loca_table);
174 loca_table.id = tag.str;
175 loca_table.checksum = checksum;
176 loca_table.offset = offset;
177 loca_table.length = length;
316 if (!loca_table.validate (dis)) {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dglyph_table_subsetter.cc47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca)); in Subset() local
48 if (glyph_table == NULL || loca_table == NULL) { in Subset()
72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset()
73 int old_length = loca_table->GlyphLength(*old_glyph_id); in Subset()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-glyf-table.hh111 loca_table = Sanitizer<loca>::lock_instance (loca_blob); in init()
134 const UINT16 *offsets = (const UINT16 *) loca_table->dataX; in get_extents()
140 const UINT32 *offsets = (const UINT32 *) loca_table->dataX; in get_extents()
164 const loca *loca_table; member

1234567