Home
last modified time | relevance | path

Searched refs:GlyphBounds (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/cairomm/cairomm-1.12.2/examples/text/
H A Duser-font.cc12 struct GlyphBounds struct
20 static const GlyphBounds glyphs[] = argument
48 for (unsigned int i = 0; i < sizeof (glyphs) / sizeof (GlyphBounds); ++i) { in init()
65 for (unsigned int i = 0; i < sizeof (glyphs) / sizeof (GlyphBounds); ++i) { in unicode_to_glyph()
82 if (glyph >= 1 && glyph <= sizeof(glyphs)/sizeof(GlyphBounds)) { in render_glyph()
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go66 xbounds, _, _ := f.GlyphBounds('x')
68 hbounds, _, _ := f.GlyphBounds('H')
104 func (f *subface) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
154 xbounds, _, _ := f.GlyphBounds('x')
155 hbounds, _, _ := f.GlyphBounds('H')
175 func (f *face) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
177 return s.GlyphBounds(rr)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go66 xbounds, _, _ := f.GlyphBounds('x')
68 hbounds, _, _ := f.GlyphBounds('H')
104 func (f *subface) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
154 xbounds, _, _ := f.GlyphBounds('x')
155 hbounds, _, _ := f.GlyphBounds('H')
175 func (f *face) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
177 return s.GlyphBounds(rr)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go66 xbounds, _, _ := f.GlyphBounds('x')
68 hbounds, _, _ := f.GlyphBounds('H')
104 func (f *subface) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
154 xbounds, _, _ := f.GlyphBounds('x')
155 hbounds, _, _ := f.GlyphBounds('H')
175 func (f *face) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
177 return s.GlyphBounds(rr)
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go66 xbounds, _, _ := f.GlyphBounds('x')
68 hbounds, _, _ := f.GlyphBounds('H')
104 func (f *subface) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
154 xbounds, _, _ := f.GlyphBounds('x')
155 hbounds, _, _ := f.GlyphBounds('H')
175 func (f *face) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
177 return s.GlyphBounds(rr)
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/font/plan9font/
H A Dplan9font.go66 xbounds, _, _ := f.GlyphBounds('x')
68 hbounds, _, _ := f.GlyphBounds('H')
104 func (f *subface) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
154 xbounds, _, _ := f.GlyphBounds('x')
155 hbounds, _, _ := f.GlyphBounds('H')
175 func (f *face) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
177 return s.GlyphBounds(rr)
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go66 xbounds, _, _ := f.GlyphBounds('x')
68 hbounds, _, _ := f.GlyphBounds('H')
104 func (f *subface) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
154 xbounds, _, _ := f.GlyphBounds('x')
155 hbounds, _, _ := f.GlyphBounds('H')
175 func (f *face) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
177 return s.GlyphBounds(rr)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go66 xbounds, _, _ := f.GlyphBounds('x')
68 hbounds, _, _ := f.GlyphBounds('H')
104 func (f *subface) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
154 xbounds, _, _ := f.GlyphBounds('x')
155 hbounds, _, _ := f.GlyphBounds('H')
175 func (f *face) GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) { func
177 return s.GlyphBounds(rr)
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/
H A Dfont.go57 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
228 b, a, ok := f.GlyphBounds(c)
252 b, a, ok := f.GlyphBounds(c)
H A Dfont_test.go27 func (toyFace) GlyphBounds(r rune) (fixed.Rectangle26_6, fixed.Int26_6, bool) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/font/
H A Dfont.go57 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
228 b, a, ok := f.GlyphBounds(c)
252 b, a, ok := f.GlyphBounds(c)
H A Dfont_test.go27 func (toyFace) GlyphBounds(r rune) (fixed.Rectangle26_6, fixed.Int26_6, bool) { func
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/font/
H A Dfont.go59 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
230 b, a, ok := f.GlyphBounds(c)
254 b, a, ok := f.GlyphBounds(c)
H A Dfont_test.go27 func (toyFace) GlyphBounds(r rune) (fixed.Rectangle26_6, fixed.Int26_6, bool) { func
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/font/
H A Dfont.go57 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
228 b, a, ok := f.GlyphBounds(c)
252 b, a, ok := f.GlyphBounds(c)
H A Dfont_test.go27 func (toyFace) GlyphBounds(r rune) (fixed.Rectangle26_6, fixed.Int26_6, bool) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/font/
H A Dfont.go59 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
230 b, a, ok := f.GlyphBounds(c)
254 b, a, ok := f.GlyphBounds(c)
H A Dfont_test.go27 func (toyFace) GlyphBounds(r rune) (fixed.Rectangle26_6, fixed.Int26_6, bool) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/golang.org/x/image/font/
H A Dfont.go59 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
230 b, a, ok := f.GlyphBounds(c)
254 b, a, ok := f.GlyphBounds(c)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/font/
H A Dfont.go57 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
228 b, a, ok := f.GlyphBounds(c)
252 b, a, ok := f.GlyphBounds(c)
H A Dfont_test.go27 func (toyFace) GlyphBounds(r rune) (fixed.Rectangle26_6, fixed.Int26_6, bool) { func
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/font/
H A Dfont.go59 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
230 b, a, ok := f.GlyphBounds(c)
254 b, a, ok := f.GlyphBounds(c)
H A Dfont_test.go27 func (toyFace) GlyphBounds(r rune) (fixed.Rectangle26_6, fixed.Int26_6, bool) { func
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/font/
H A Dfont.go57 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool) methodSpec
216 b, a, ok := f.GlyphBounds(c)
240 b, a, ok := f.GlyphBounds(c)
H A Dfont_test.go27 func (toyFace) GlyphBounds(r rune) (fixed.Rectangle26_6, fixed.Int26_6, bool) { func

123