Home
last modified time | relevance | path

Searched refs:all_glyphs (Results 1 – 25 of 68) sorted by relevance

123

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/sfnt/
H A Dmerge.py15 all_glyphs = {}
40 prev_glyph_data = all_glyphs.get(glyph_id)
42 all_glyphs[glyph_id] = glyf.glyph_data(offset, sz, as_raw=True)
67 for glyph_id in sorted(all_glyphs):
68 gmap[glyph_id] = partial(all_glyphs.__getitem__, glyph_id)
/dports/x11-fonts/xfs/xfs-1.2.0/difs/
H A Dfontinfo.c318 Bool all_glyphs = FALSE; in QueryExtents() local
324 &nranges, &all_glyphs, &cfp->font->info); in QueryExtents()
326 if (!fixed_range && !all_glyphs) { in QueryExtents()
336 c->flags = (all_glyphs) ? LoadAll : 0; in QueryExtents()
415 Bool all_glyphs = FALSE; in QueryBitmaps() local
421 &nranges, &all_glyphs, &cfp->font->info); in QueryBitmaps()
423 if (!fixed_range && !all_glyphs) { in QueryBitmaps()
433 c->flags = (all_glyphs) ? LoadAll : 0; in QueryBitmaps()
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/profiles/
H A Duniversal.py1022 def remove_lookup_outputs(all_glyphs, lookup): argument
1026 all_glyphs -= set(sub.mapping.values())
1032 all_glyphs -= set(slot)
1038 all_glyphs -= set(slot)
1059 remove_lookup_outputs(all_glyphs, xt)
1065 all_glyphs -= set(sub.Substitute)
1068 all_glyphs = set(ttFont.getGlyphOrder())
1071 all_glyphs -= set(ttFont.getBestCmap().values())
1072 all_glyphs.discard(".notdef")
1078 remove_lookup_outputs(all_glyphs, lookup)
[all …]
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/
H A DOverviewTools.vala26 static LabelTool all_glyphs;
62 all_glyphs = new LabelTool (t_("All Glyphs"));
63 all_glyphs.has_counter = true;
64 all_glyphs.select_action.connect ((self) => {
70 character_sets.add_tool (all_glyphs);
351 all_glyphs.select_action (all_glyphs);
361 all_glyphs.number = get_display_value (size);
378 all_glyphs.set_selected (false);
383 all_glyphs.set_selected (true);
/dports/games/dose-response/dose-response-179c326/cargo-crates/rusttype-0.7.3/src/
H A Dgpu_cache.rs214 all_glyphs: FxHashMap<LossyGlyphInfo, TextureRowGlyphIndex>, field
421 all_glyphs: HashMap::default(), in build()
559 self.all_glyphs.clear(); in clear()
614 let from_empty = self.all_glyphs.is_empty(); in cache_queued()
626 if let Some((row, ..)) = self.all_glyphs.get(&glyph_info) { in cache_queued()
645 self.all_glyphs.reserve(uncached_glyphs.len()); in cache_queued()
650 if self.all_glyphs.contains_key(&glyph_info) { in cache_queued()
694 self.all_glyphs.remove(&g.glyph_info); in cache_queued()
767 self.all_glyphs in cache_queued()
872 .all_glyphs in rect_for()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rusttype-0.8.3/src/
H A Dgpu_cache.rs207 all_glyphs: FxHashMap<LossyGlyphInfo, TextureRowGlyphIndex>, field
440 all_glyphs: HashMap::default(), in build()
589 self.all_glyphs.clear(); in clear()
648 let from_empty = self.all_glyphs.is_empty(); in cache_queued()
660 if let Some((row, ..)) = self.all_glyphs.get(&glyph_info) { in cache_queued()
679 self.all_glyphs.reserve(uncached_glyphs.len()); in cache_queued()
684 if self.all_glyphs.contains_key(&glyph_info) { in cache_queued()
734 self.all_glyphs.remove(&g.glyph_info); in cache_queued()
811 self.all_glyphs in cache_queued()
927 .all_glyphs in rect_for()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/rusttype-0.9.2/src/
H A Dgpu_cache.rs207 all_glyphs: FxHashMap<LossyGlyphInfo, TextureRowGlyphIndex>, field
440 all_glyphs: HashMap::default(), in build()
589 self.all_glyphs.clear(); in clear()
648 let from_empty = self.all_glyphs.is_empty(); in cache_queued()
660 if let Some((row, ..)) = self.all_glyphs.get(&glyph_info) { in cache_queued()
679 self.all_glyphs.reserve(uncached_glyphs.len()); in cache_queued()
684 if self.all_glyphs.contains_key(&glyph_info) { in cache_queued()
734 self.all_glyphs.remove(&g.glyph_info); in cache_queued()
811 self.all_glyphs in cache_queued()
927 .all_glyphs in rect_for()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/rusttype-0.7.7/src/
H A Dgpu_cache.rs207 all_glyphs: FxHashMap<LossyGlyphInfo, TextureRowGlyphIndex>, field
440 all_glyphs: HashMap::default(), in build()
594 self.all_glyphs.clear(); in clear()
653 let from_empty = self.all_glyphs.is_empty(); in cache_queued()
665 if let Some((row, ..)) = self.all_glyphs.get(&glyph_info) { in cache_queued()
684 self.all_glyphs.reserve(uncached_glyphs.len()); in cache_queued()
689 if self.all_glyphs.contains_key(&glyph_info) { in cache_queued()
739 self.all_glyphs.remove(&g.glyph_info); in cache_queued()
816 self.all_glyphs in cache_queued()
930 .all_glyphs in rect_for()
[all …]
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dfontgrid.h326 gboolean all_glyphs);
328 gboolean all_glyphs);
330 gboolean all_glyphs);
331 extern void fontgrid_embolden_glyphs(Fontgrid *fw, gboolean all_glyphs);
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Depdf.c93 fd->all_glyphs = true; in embed_whole_font()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Depdf.c93 fd->all_glyphs = true; in embed_whole_font()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pdftexdir/
H A Depdf.c93 fd->all_glyphs = true; in embed_whole_font()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Depdf.c93 fd->all_glyphs = true; in embed_whole_font()
H A Dptexlib.h112 boolean all_glyphs; /* embed all glyphs? */ member
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pdftexdir/
H A Depdf.c93 fd->all_glyphs = true; in embed_whole_font()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Depdf.c93 fd->all_glyphs = true; in embed_whole_font()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/pdftexdir/
H A Depdf.c93 fd->all_glyphs = true; in embed_whole_font()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dluatexfont.h97 boolean all_glyphs; /* embed all glyphs? */ member
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dluatexfont.h97 boolean all_glyphs; /* embed all glyphs? */ member
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dluatexfont.h97 boolean all_glyphs; /* embed all glyphs? */ member
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dluatexfont.h97 boolean all_glyphs; /* embed all glyphs? */ member
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dluatexfont.h97 boolean all_glyphs; /* embed all glyphs? */ member
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dluatexfont.h97 boolean all_glyphs; /* embed all glyphs? */ member
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dluatexfont.h97 boolean all_glyphs; /* embed all glyphs? */ member
/dports/games/renpy/renpy-7.4.11-sdk/renpy/text/
H A Dtext.py506 for g in all_glyphs:
585 all_glyphs = [ ]
645 all_glyphs.extend(glyphs)
764 …textsupport.tweak_glyph_spacing(all_glyphs, lines, target_x_delta, target_y_delta, maxx, y) # @Und…
769 …textsupport.offset_glyphs(all_glyphs, 0, int(round(splits_from.baseline * self.oversample)) - find…
785 …textsupport.place_ruby(all_glyphs, self.scale_int(style.ruby_style.yoffset), self.scale_int(style.…

123