Home
last modified time | relevance | path

Searched defs:Int26_6 (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/raster/
H A Dstroke.go20 Cap(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6)
26 func (f CapperFunc) Cap(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
35 Join(lhs, rhs Adder, halfWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6)
41 func (f JoinerFunc) Join(lhs, rhs Adder, halfWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
48 func roundCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
63 func buttCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
70 func squareCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
81 func roundJoiner(lhs, rhs Adder, haflWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
95 func bevelJoiner(lhs, rhs Adder, haflWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
452 func Stroke(p Adder, q Path, width fixed.Int26_6, cr Capper, jr Joiner) {
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 {
51 func pNorm(p fixed.Point26_6, length fixed.Int26_6) fixed.Point26_6 {
194 func (p *Path) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/raster/
H A Dstroke.go20 Cap(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6)
26 func (f CapperFunc) Cap(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
35 Join(lhs, rhs Adder, halfWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6)
41 func (f JoinerFunc) Join(lhs, rhs Adder, halfWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
48 func roundCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
63 func buttCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
70 func squareCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
81 func roundJoiner(lhs, rhs Adder, haflWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
95 func bevelJoiner(lhs, rhs Adder, haflWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
452 func Stroke(p Adder, q Path, width fixed.Int26_6, cr Capper, jr Joiner) {
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 {
51 func pNorm(p fixed.Point26_6, length fixed.Int26_6) fixed.Point26_6 {
194 func (p *Path) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/raster/
H A Dstroke.go20 Cap(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6)
26 func (f CapperFunc) Cap(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
35 Join(lhs, rhs Adder, halfWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6)
41 func (f JoinerFunc) Join(lhs, rhs Adder, halfWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
48 func roundCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
63 func buttCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
70 func squareCapper(p Adder, halfWidth fixed.Int26_6, pivot, n1 fixed.Point26_6) {
81 func roundJoiner(lhs, rhs Adder, haflWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
95 func bevelJoiner(lhs, rhs Adder, haflWidth fixed.Int26_6, pivot, n0, n1 fixed.Point26_6) {
452 func Stroke(p Adder, q Path, width fixed.Int26_6, cr Capper, jr Joiner) {
H A Dgeom.go16 func maxAbs(a, b fixed.Int26_6) fixed.Int26_6 {
51 func pNorm(p fixed.Point26_6, length fixed.Int26_6) fixed.Point26_6 {
194 func (p *Path) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) {
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/font/sfnt/
H A Dsfnt_test.go21 func pt(x, y fixed.Int26_6) fixed.Point26_6 {
25 func moveTo(xa, ya fixed.Int26_6) Segment {
32 func lineTo(xa, ya fixed.Int26_6) Segment {
39 func quadTo(xa, ya, xb, yb fixed.Int26_6) Segment {
46 func cubeTo(xa, ya, xb, yb, xc, yc fixed.Int26_6) Segment {
53 func translate(dx, dy fixed.Int26_6, s Segment) Segment {
58 func transform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment) Segment {
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt_test.go22 func pt(x, y fixed.Int26_6) fixed.Point26_6 {
26 func moveTo(xa, ya fixed.Int26_6) Segment {
33 func lineTo(xa, ya fixed.Int26_6) Segment {
40 func quadTo(xa, ya, xb, yb fixed.Int26_6) Segment {
47 func cubeTo(xa, ya, xb, yb, xc, yc fixed.Int26_6) Segment {
54 func translate(dx, dy fixed.Int26_6, s Segment) Segment {
59 func transform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment) Segment {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt_test.go22 func pt(x, y fixed.Int26_6) fixed.Point26_6 {
26 func moveTo(xa, ya fixed.Int26_6) Segment {
33 func lineTo(xa, ya fixed.Int26_6) Segment {
40 func quadTo(xa, ya, xb, yb fixed.Int26_6) Segment {
47 func cubeTo(xa, ya, xb, yb, xc, yc fixed.Int26_6) Segment {
54 func translate(dx, dy fixed.Int26_6, s Segment) Segment {
59 func transform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment) Segment {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt_test.go22 func pt(x, y fixed.Int26_6) fixed.Point26_6 {
26 func moveTo(xa, ya fixed.Int26_6) Segment {
33 func lineTo(xa, ya fixed.Int26_6) Segment {
40 func quadTo(xa, ya, xb, yb fixed.Int26_6) Segment {
47 func cubeTo(xa, ya, xb, yb, xc, yc fixed.Int26_6) Segment {
54 func translate(dx, dy fixed.Int26_6, s Segment) Segment {
59 func transform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment) Segment {
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt_test.go22 func pt(x, y fixed.Int26_6) fixed.Point26_6 {
26 func moveTo(xa, ya fixed.Int26_6) Segment {
33 func lineTo(xa, ya fixed.Int26_6) Segment {
40 func quadTo(xa, ya, xb, yb fixed.Int26_6) Segment {
47 func cubeTo(xa, ya, xb, yb, xc, yc fixed.Int26_6) Segment {
54 func translate(dx, dy fixed.Int26_6, s Segment) Segment {
59 func transform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment) Segment {
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/font/sfnt/
H A Dsfnt_test.go22 func pt(x, y fixed.Int26_6) fixed.Point26_6 {
26 func moveTo(xa, ya fixed.Int26_6) Segment {
33 func lineTo(xa, ya fixed.Int26_6) Segment {
40 func quadTo(xa, ya, xb, yb fixed.Int26_6) Segment {
47 func cubeTo(xa, ya, xb, yb, xc, yc fixed.Int26_6) Segment {
54 func translate(dx, dy fixed.Int26_6, s Segment) Segment {
59 func transform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment) Segment {
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt_test.go22 func pt(x, y fixed.Int26_6) fixed.Point26_6 {
26 func moveTo(xa, ya fixed.Int26_6) Segment {
33 func lineTo(xa, ya fixed.Int26_6) Segment {
40 func quadTo(xa, ya, xb, yb fixed.Int26_6) Segment {
47 func cubeTo(xa, ya, xb, yb, xc, yc fixed.Int26_6) Segment {
54 func translate(dx, dy fixed.Int26_6, s Segment) Segment {
59 func transform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment) Segment {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/font/sfnt/
H A Dsfnt_test.go22 func pt(x, y fixed.Int26_6) fixed.Point26_6 {
26 func moveTo(xa, ya fixed.Int26_6) Segment {
33 func lineTo(xa, ya fixed.Int26_6) Segment {
40 func quadTo(xa, ya, xb, yb fixed.Int26_6) Segment {
47 func cubeTo(xa, ya, xb, yb, xc, yc fixed.Int26_6) Segment {
54 func translate(dx, dy fixed.Int26_6, s Segment) Segment {
59 func transform(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment) Segment {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/truetype/
H A Dhint.go1662 func fabs(x fixed.Int26_6) fixed.Int26_6 {
1670 func fdiv(x, y fixed.Int26_6) fixed.Int26_6 {
1675 func fmul(x, y fixed.Int26_6) fixed.Int26_6 {
1687 func dotProduct(x, y fixed.Int26_6, q [2]f2dot14) fixed.Int26_6 {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/truetype/
H A Dhint.go1662 func fabs(x fixed.Int26_6) fixed.Int26_6 {
1670 func fdiv(x, y fixed.Int26_6) fixed.Int26_6 {
1675 func fmul(x, y fixed.Int26_6) fixed.Int26_6 {
1687 func dotProduct(x, y fixed.Int26_6, q [2]f2dot14) fixed.Int26_6 {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/truetype/
H A Dhint.go1655 func fabs(x fixed.Int26_6) fixed.Int26_6 {
1663 func fdiv(x, y fixed.Int26_6) fixed.Int26_6 {
1668 func fmul(x, y fixed.Int26_6) fixed.Int26_6 {
1680 func dotProduct(x, y fixed.Int26_6, q [2]f2dot14) fixed.Int26_6 {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/draw2dimg/
H A Dtext.go50 func fUnitsToFloat64(x fixed.Int26_6) float64 {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/drawing/
H A Dutil.go65 func fUnitsToFloat64(x fixed.Int26_6) float64 {
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/math/fixed/
H A Dfixed_test.go381 func (x Int26_6) mul(y Int26_6) Int26_6 {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/math/fixed/
H A Dfixed_test.go381 func (x Int26_6) mul(y Int26_6) Int26_6 {
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/math/fixed/
H A Dfixed_test.go381 func (x Int26_6) mul(y Int26_6) Int26_6 {
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/math/fixed/
H A Dfixed_test.go381 func (x Int26_6) mul(y Int26_6) Int26_6 {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/math/fixed/
H A Dfixed_test.go381 func (x Int26_6) mul(y Int26_6) Int26_6 {
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/math/fixed/
H A Dfixed_test.go381 func (x Int26_6) mul(y Int26_6) Int26_6 {

12