Home
last modified time | relevance | path

Searched refs:max_glyph (Results 1 – 25 of 35) sorted by relevance

12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c352 gs_glyph max_glyph, int options, uint cmap_length) in write_cmap() argument
370 glyph > max_glyph in write_cmap()
446 write_cmap(&poss, font, first_code, num_glyphs, max_glyph, options, 0); in size_cmap()
500 for (i = 0; i <= max_glyph; ++i) { in size_mtx()
512 pmtx->length = pmtx->numMetrics * 4 + (max_glyph - last_width) * 2; in size_mtx()
779 ulong max_glyph; in psf_write_truetype_data() local
925 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
942 max_glyph = max(max_glyph, glyph_index); in psf_write_truetype_data()
954 if (max_glyph + 1 > numGlyphs) { in psf_write_truetype_data()
964 enlarged_numGlyphs = max_glyph + 1; in psf_write_truetype_data()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsft.c352 gs_glyph max_glyph, int options, uint cmap_length) in write_cmap() argument
370 glyph > max_glyph in write_cmap()
483 size_mtx(gs_font_type42 *pfont, gs_type42_mtx_t *pmtx, uint max_glyph, in size_mtx() argument
491 for (i = 0; i <= max_glyph; ++i) { in size_mtx()
503 pmtx->length = pmtx->numMetrics * 4 + (max_glyph - last_width) * 2; in size_mtx()
767 ulong max_glyph; in psf_write_truetype_data() local
915 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
932 max_glyph = max(max_glyph, glyph_index); in psf_write_truetype_data()
944 if (max_glyph + 1 > numGlyphs) { in psf_write_truetype_data()
954 enlarged_numGlyphs = max_glyph + 1; in psf_write_truetype_data()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsft.c352 gs_glyph max_glyph, int options, uint cmap_length) in write_cmap() argument
370 glyph > max_glyph in write_cmap()
483 size_mtx(gs_font_type42 *pfont, gs_type42_mtx_t *pmtx, uint max_glyph, in size_mtx() argument
491 for (i = 0; i <= max_glyph; ++i) { in size_mtx()
503 pmtx->length = pmtx->numMetrics * 4 + (max_glyph - last_width) * 2; in size_mtx()
767 ulong max_glyph; in psf_write_truetype_data() local
915 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
932 max_glyph = max(max_glyph, glyph_index); in psf_write_truetype_data()
944 if (max_glyph + 1 > numGlyphs) { in psf_write_truetype_data()
954 enlarged_numGlyphs = max_glyph + 1; in psf_write_truetype_data()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c352 gs_glyph max_glyph, int options, uint cmap_length) in write_cmap() argument
370 glyph > max_glyph in write_cmap()
446 write_cmap(&poss, font, first_code, num_glyphs, max_glyph, options, 0); in size_cmap()
500 for (i = 0; i <= max_glyph; ++i) { in size_mtx()
512 pmtx->length = pmtx->numMetrics * 4 + (max_glyph - last_width) * 2; in size_mtx()
779 ulong max_glyph; in psf_write_truetype_data() local
925 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
942 max_glyph = max(max_glyph, glyph_index); in psf_write_truetype_data()
954 if (max_glyph + 1 > numGlyphs) { in psf_write_truetype_data()
964 enlarged_numGlyphs = max_glyph + 1; in psf_write_truetype_data()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsft.c350 gs_glyph max_glyph, int options, uint cmap_length) in write_cmap() argument
368 glyph > max_glyph in write_cmap()
489 for (i = 0; i <= max_glyph; ++i) { in size_mtx()
762 ulong max_glyph; in psf_write_truetype_data() local
904 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
921 max_glyph = max(max_glyph, glyph_index); in psf_write_truetype_data()
933 if (max_glyph + 1 > numGlyphs) { in psf_write_truetype_data()
943 enlarged_numGlyphs = max_glyph + 1; in psf_write_truetype_data()
963 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
1026 GS_MIN_GLYPH_INDEX + max_glyph, options); in psf_write_truetype_data()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsft.c350 gs_glyph max_glyph, int options, uint cmap_length) in write_cmap() argument
368 glyph > max_glyph in write_cmap()
489 for (i = 0; i <= max_glyph; ++i) { in size_mtx()
762 ulong max_glyph; in psf_write_truetype_data() local
904 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
921 max_glyph = max(max_glyph, glyph_index); in psf_write_truetype_data()
933 if (max_glyph + 1 > numGlyphs) { in psf_write_truetype_data()
943 enlarged_numGlyphs = max_glyph + 1; in psf_write_truetype_data()
963 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
1026 GS_MIN_GLYPH_INDEX + max_glyph, options); in psf_write_truetype_data()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsft.c248 gs_glyph max_glyph, int options, uint cmap_length) in write_cmap() argument
266 glyph > max_glyph in write_cmap()
320 size_cmap(gs_font *font, uint first_code, int num_glyphs, gs_glyph max_glyph, in size_cmap() argument
326 write_cmap(&poss, font, first_code, num_glyphs, max_glyph, options, 0); in size_cmap()
533 ulong max_glyph; in psf_write_truetype_data() local
647 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
658 max_glyph = max(max_glyph, glyph_index); in psf_write_truetype_data()
671 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
738 gs_min_cid_glyph + max_glyph, options); in psf_write_truetype_data()
826 psf_enumerate_glyphs_begin(penum, font, NULL, max_glyph + 1, in psf_write_truetype_data()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsft.c248 gs_glyph max_glyph, int options, uint cmap_length) in write_cmap() argument
266 glyph > max_glyph in write_cmap()
320 size_cmap(gs_font *font, uint first_code, int num_glyphs, gs_glyph max_glyph, in size_cmap() argument
326 write_cmap(&poss, font, first_code, num_glyphs, max_glyph, options, 0); in size_cmap()
533 ulong max_glyph; in psf_write_truetype_data() local
647 for (max_glyph = 0, glyf_length = 0; in psf_write_truetype_data()
658 max_glyph = max(max_glyph, glyph_index); in psf_write_truetype_data()
671 (ulong)max_glyph, (ulong)glyf_length); in psf_write_truetype_data()
738 gs_min_cid_glyph + max_glyph, options); in psf_write_truetype_data()
826 psf_enumerate_glyphs_begin(penum, font, NULL, max_glyph + 1, in psf_write_truetype_data()
[all …]
/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dtexfont.cpp115 int min_glyph, max_glyph; in txfLoadFont() local
226 max_glyph = txf->tgi[0].c; in txfLoadFont()
231 if (txf->tgi[i].c > max_glyph) { in txfLoadFont()
232 max_glyph = txf->tgi[i].c; in txfLoadFont()
236 txf->range = max_glyph - min_glyph + 1; in txfLoadFont()
/dports/games/scourge/scourge/src/
H A Dtext.cpp57 int min_glyph, max_glyph; in txfLoadFont() local
151 max_glyph = txf->tgi[0].c; in txfLoadFont()
156 if ( txf->tgi[i].c > max_glyph ) { in txfLoadFont()
157 max_glyph = txf->tgi[i].c; in txfLoadFont()
161 txf->range = max_glyph - min_glyph + 1; in txfLoadFont()
/dports/games/simutrans/simutrans-121.0/display/
H A Dfont.cc156 sint32 max_glyph = 0; in dsp_read_bdf_font() local
193 if( chr > max_glyph ) { in dsp_read_bdf_font()
194 max_glyph = chr; in dsp_read_bdf_font()
223 font->num_chars = max_glyph+1; in dsp_read_bdf_font()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-subset-plan.cc172 unsigned max_glyph = in _create_old_gid_to_new_gid_map() local
176 *num_glyphs = max_glyph + 1; in _create_old_gid_to_new_gid_map()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-subset-plan.cc172 unsigned max_glyph = in _create_old_gid_to_new_gid_map() local
176 *num_glyphs = max_glyph + 1; in _create_old_gid_to_new_gid_map()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/
H A Dcairo-scaled-font-subsets.c119 unsigned int max_glyph; member
223 if (subset_glyph_index > collection->max_glyph) in _cairo_sub_font_glyph_collect()
224 collection->max_glyph = subset_glyph_index; in _cairo_sub_font_glyph_collect()
560 collection->max_glyph = 0; in _cairo_sub_font_collect()
570 assert (collection->num_glyphs == collection->max_glyph + 1); in _cairo_sub_font_collect()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-scaled-font-subsets.c119 unsigned int max_glyph; member
223 if (subset_glyph_index > collection->max_glyph) in _cairo_sub_font_glyph_collect()
224 collection->max_glyph = subset_glyph_index; in _cairo_sub_font_glyph_collect()
560 collection->max_glyph = 0; in _cairo_sub_font_collect()
570 assert (collection->num_glyphs == collection->max_glyph + 1); in _cairo_sub_font_collect()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-scaled-font-subsets.c119 unsigned int max_glyph; member
223 if (subset_glyph_index > collection->max_glyph) in _cairo_sub_font_glyph_collect()
224 collection->max_glyph = subset_glyph_index; in _cairo_sub_font_glyph_collect()
560 collection->max_glyph = 0; in _cairo_sub_font_collect()
570 assert (collection->num_glyphs == collection->max_glyph + 1); in _cairo_sub_font_collect()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-scaled-font-subsets.c119 unsigned int max_glyph; member
223 if (subset_glyph_index > collection->max_glyph) in _cairo_sub_font_glyph_collect()
224 collection->max_glyph = subset_glyph_index; in _cairo_sub_font_glyph_collect()
560 collection->max_glyph = 0; in _cairo_sub_font_collect()
570 assert (collection->num_glyphs == collection->max_glyph + 1); in _cairo_sub_font_collect()
/dports/converters/fondu/fondu/
H A Dufondttf.c47 int max_glyph; member
167 info.max_glyph = getushort(ttf); in TTFGetNames()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-subset-plan.cc248 unsigned max_glyph = in _create_old_gid_to_new_gid_map() local
252 *num_glyphs = max_glyph + 1; in _create_old_gid_to_new_gid_map()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-subset-plan.cc242 unsigned max_glyph = in _create_old_gid_to_new_gid_map() local
246 *num_glyphs = max_glyph + 1; in _create_old_gid_to_new_gid_map()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-subset-plan.cc278 unsigned max_glyph = in _create_old_gid_to_new_gid_map() local
282 *num_glyphs = max_glyph + 1; in _create_old_gid_to_new_gid_map()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset-plan.cc278 unsigned max_glyph = in _create_old_gid_to_new_gid_map() local
282 *num_glyphs = max_glyph + 1; in _create_old_gid_to_new_gid_map()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset-plan.cc295 unsigned max_glyph = in _create_old_gid_to_new_gid_map() local
299 *num_glyphs = max_glyph + 1; in _create_old_gid_to_new_gid_map()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-scaled-font-subsets.c128 unsigned int max_glyph; member
232 if (subset_glyph_index > collection->max_glyph) in _cairo_sub_font_glyph_collect()
233 collection->max_glyph = subset_glyph_index; in _cairo_sub_font_glyph_collect()
695 collection->max_glyph = 0; in _cairo_sub_font_collect()
719 assert (collection->num_glyphs == collection->max_glyph + 1); in _cairo_sub_font_collect()
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-scaled-font-subsets.c128 unsigned int max_glyph; member
232 if (subset_glyph_index > collection->max_glyph) in _cairo_sub_font_glyph_collect()
233 collection->max_glyph = subset_glyph_index; in _cairo_sub_font_glyph_collect()
695 collection->max_glyph = 0; in _cairo_sub_font_collect()
719 assert (collection->num_glyphs == collection->max_glyph + 1); in _cairo_sub_font_collect()

12