Home
last modified time | relevance | path

Searched refs:Int26_6 (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/raster/
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 { argument
42 func pLen(p fixed.Point26_6) fixed.Int26_6 {
46 return fixed.Int26_6(math.Sqrt(x*x + y*y))
59 return fixed.Point26_6{fixed.Int26_6(x), fixed.Int26_6(y)}
70 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
88 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
99 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
117 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
134 type Path []fixed.Int26_6
145 s += "S0" + fmt.Sprint([]fixed.Int26_6(p[i+1:i+3]))
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/raster/
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 { argument
42 func pLen(p fixed.Point26_6) fixed.Int26_6 {
46 return fixed.Int26_6(math.Sqrt(x*x + y*y))
59 return fixed.Point26_6{fixed.Int26_6(x), fixed.Int26_6(y)}
70 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
88 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
99 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
117 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
134 type Path []fixed.Int26_6
145 s += "S0" + fmt.Sprint([]fixed.Int26_6(p[i+1:i+3]))
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/raster/
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 { argument
42 func pLen(p fixed.Point26_6) fixed.Int26_6 {
46 return fixed.Int26_6(math.Sqrt(x*x + y*y))
59 return fixed.Point26_6{fixed.Int26_6(x), fixed.Int26_6(y)}
70 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
88 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
99 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
117 return fixed.Point26_6{fixed.Int26_6(qx), fixed.Int26_6(qy)}
134 type Path []fixed.Int26_6
145 s += "S0" + fmt.Sprint([]fixed.Int26_6(p[i+1:i+3]))
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
72 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
79 X, Y Int26_6
93 func (p Point26_6) Mul(k Int26_6) Point26_6 {
146 Int26_6(minX << 6),
147 Int26_6(minY << 6),
150 Int26_6(maxX << 6),
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/
H A Dfont.go62 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
66 Kern(r0, r1 rune) fixed.Int26_6
80 Height fixed.Int26_6
83 Ascent fixed.Int26_6
88 Descent fixed.Int26_6
92 XHeight fixed.Int26_6
96 CapHeight fixed.Int26_6
207 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
212 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
271 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/font/
H A Dfont.go62 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
66 Kern(r0, r1 rune) fixed.Int26_6
80 Height fixed.Int26_6
83 Ascent fixed.Int26_6
88 Descent fixed.Int26_6
92 XHeight fixed.Int26_6
96 CapHeight fixed.Int26_6
207 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
212 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
271 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/font/
H A Dfont.go64 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
68 Kern(r0, r1 rune) fixed.Int26_6
82 Height fixed.Int26_6
85 Ascent fixed.Int26_6
90 Descent fixed.Int26_6
94 XHeight fixed.Int26_6
98 CapHeight fixed.Int26_6
209 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
214 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
273 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/font/
H A Dfont.go62 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
66 Kern(r0, r1 rune) fixed.Int26_6
80 Height fixed.Int26_6
83 Ascent fixed.Int26_6
88 Descent fixed.Int26_6
92 XHeight fixed.Int26_6
96 CapHeight fixed.Int26_6
207 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
212 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
271 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/font/
H A Dfont.go64 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
68 Kern(r0, r1 rune) fixed.Int26_6
82 Height fixed.Int26_6
85 Ascent fixed.Int26_6
90 Descent fixed.Int26_6
94 XHeight fixed.Int26_6
98 CapHeight fixed.Int26_6
209 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
214 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
273 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/golang.org/x/image/font/
H A Dfont.go64 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
68 Kern(r0, r1 rune) fixed.Int26_6
82 Height fixed.Int26_6
85 Ascent fixed.Int26_6
90 Descent fixed.Int26_6
94 XHeight fixed.Int26_6
98 CapHeight fixed.Int26_6
209 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
214 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
273 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/font/
H A Dfont.go62 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
66 Kern(r0, r1 rune) fixed.Int26_6
80 Height fixed.Int26_6
83 Ascent fixed.Int26_6
88 Descent fixed.Int26_6
92 XHeight fixed.Int26_6
96 CapHeight fixed.Int26_6
207 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
212 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
271 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/font/
H A Dfont.go64 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
68 Kern(r0, r1 rune) fixed.Int26_6
82 Height fixed.Int26_6
85 Ascent fixed.Int26_6
90 Descent fixed.Int26_6
94 XHeight fixed.Int26_6
98 CapHeight fixed.Int26_6
209 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
214 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
273 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/font/
H A Dfont.go47 dr image.Rectangle, mask image.Image, maskp image.Point, advance fixed.Int26_6, ok bool)
57 GlyphBounds(r rune) (bounds fixed.Rectangle26_6, advance fixed.Int26_6, ok bool)
62 GlyphAdvance(r rune) (advance fixed.Int26_6, ok bool)
66 Kern(r0, r1 rune) fixed.Int26_6
80 Height fixed.Int26_6
83 Ascent fixed.Int26_6
88 Descent fixed.Int26_6
195 func (d *Drawer) MeasureBytes(s []byte) (advance fixed.Int26_6) {
200 func (d *Drawer) MeasureString(s string) (advance fixed.Int26_6) {
259 func MeasureBytes(f Face, s []byte) (advance fixed.Int26_6) {
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/example/round/
H A Dmain.go46 s := fixed.Int26_6(r * math.Sqrt(2) / 2)
47 t := fixed.Int26_6(r * math.Tan(math.Pi/8))
56 cx := fixed.Int26_6(6400 + 12800*(i%4))
57 cy := fixed.Int26_6(640 + 8000*(i/4))
60 dx := fixed.Int26_6(r * math.Cos(theta))
61 dy := fixed.Int26_6(r * math.Sin(theta))
73 multiple := fixed.Int26_6(150-(150-128)*(dot-181)/(256-181)) >> 2
81 cx := fixed.Int26_6(6400 + 12800*(i%4))
82 cy := fixed.Int26_6(640 + 8000*(i/4))
85 dx := fixed.Int26_6(r * math.Cos(theta))
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/example/round/
H A Dmain.go45 s := fixed.Int26_6(r * math.Sqrt(2) / 2)
46 t := fixed.Int26_6(r * math.Tan(math.Pi/8))
55 cx := fixed.Int26_6(6400 + 12800*(i%4))
56 cy := fixed.Int26_6(640 + 8000*(i/4))
59 dx := fixed.Int26_6(r * math.Cos(theta))
60 dy := fixed.Int26_6(r * math.Sin(theta))
72 multiple := fixed.Int26_6(150-(150-128)*(dot-181)/(256-181)) >> 2
80 cx := fixed.Int26_6(6400 + 12800*(i%4))
81 cy := fixed.Int26_6(640 + 8000*(i/4))
84 dx := fixed.Int26_6(r * math.Cos(theta))
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/math/fixed/
H A Dfixed.go17 func I(i int) Int26_6 {
18 return Int26_6(i << 6)
27 type Int26_6 int32 type
32 func (x Int26_6) String() string {
60 func (x Int26_6) Mul(y Int26_6) Int26_6 { argument
140 return Point26_6{Int26_6(x << 6), Int26_6(y << 6)}
147 X, Y Int26_6
224 Int26_6(minX << 6),
225 Int26_6(minY << 6),
228 Int26_6(maxX << 6),
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/truetype/
H A Dtruetype.go69 AdvanceWidth, LeftSideBearing fixed.Int26_6
74 AdvanceHeight, TopSideBearing fixed.Int26_6
367 func (f *Font) scale(x fixed.Int26_6) fixed.Int26_6 {
369 x += fixed.Int26_6(f.fUnitsPerEm) / 2
371 x -= fixed.Int26_6(f.fUnitsPerEm) / 2
373 return x / fixed.Int26_6(f.fUnitsPerEm)
459 AdvanceWidth: fixed.Int26_6(u16(f.hmtx, p)),
464 AdvanceWidth: fixed.Int26_6(u16(f.hmtx, 4*j)),
486 AdvanceHeight: fixed.Int26_6(u16(f.vmtx, 4*j)),
504 AdvanceHeight: fixed.Int26_6(f.fUnitsPerEm),
[all …]

1234567