Home
last modified time | relevance | path

Searched defs:runeRange (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go120 type runeRange struct { struct
121 lo, hi rune
122 offset rune // subfont index that the lo rune maps to.
123 relFilename string
124 subface *subface
125 bad bool
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go131 type runeRange struct { struct
132 lo, hi rune
133 offset rune // subfont index that the lo rune maps to.
134 relFilename string
135 subface *subface
136 bad bool
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go131 type runeRange struct { struct
132 lo, hi rune
133 offset rune // subfont index that the lo rune maps to.
134 relFilename string
135 subface *subface
136 bad bool
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go131 type runeRange struct { struct
132 lo, hi rune
133 offset rune // subfont index that the lo rune maps to.
134 relFilename string
135 subface *subface
136 bad bool
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go131 type runeRange struct { struct
132 lo, hi rune
133 offset rune // subfont index that the lo rune maps to.
134 relFilename string
135 subface *subface
136 bad bool
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/font/plan9font/
H A Dplan9font.go131 type runeRange struct { struct
132 lo, hi rune
133 offset rune // subfont index that the lo rune maps to.
134 relFilename string
135 subface *subface
136 bad bool
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go131 type runeRange struct { struct
132 lo, hi rune
133 offset rune // subfont index that the lo rune maps to.
134 relFilename string
135 subface *subface
136 bad bool
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/font/plan9font/
H A Dplan9font.go131 type runeRange struct { struct
132 lo, hi rune
133 offset rune // subfont index that the lo rune maps to.
134 relFilename string
135 subface *subface
136 bad bool
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/font/plan9font/
H A Dplan9font.go124 type runeRange struct { struct
125 lo, hi rune
126 offset rune // subfont index that the lo rune maps to.
127 relFilename string
128 subface *subface
129 bad bool
/dports/net/rclone/rclone-1.57.0/lib/encoder/internal/gen/
H A Dmain.go441 func runeRange(l, h rune) []rune { func