Home
last modified time | relevance | path

Searched defs:Point26_6 (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/raster/
H A Dgeom.go30 func pNeg(p fixed.Point26_6) fixed.Point26_6 {
35 func pDot(p fixed.Point26_6, q fixed.Point26_6) fixed.Int52_12 {
42 func pLen(p fixed.Point26_6) fixed.Int26_6 {
123 Start(a fixed.Point26_6)
125 Add1(b fixed.Point26_6)
127 Add2(b, c fixed.Point26_6)
129 Add3(b, c, d fixed.Point26_6)
169 func (p *Path) Start(a fixed.Point26_6) {
174 func (p *Path) Add1(b fixed.Point26_6) {
179 func (p *Path) Add2(b, c fixed.Point26_6) {
[all …]
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)
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) {
103 func addArc(p Adder, pivot, n0, n1 fixed.Point26_6) {
190 func midpoint(a, b fixed.Point26_6) fixed.Point26_6 {
196 func angleGreaterThan45(v0, v1 fixed.Point26_6) bool {
202 func interpolate(a, b fixed.Point26_6, t fixed.Int52_12) fixed.Point26_6 {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/raster/
H A Dgeom.go30 func pNeg(p fixed.Point26_6) fixed.Point26_6 {
35 func pDot(p fixed.Point26_6, q fixed.Point26_6) fixed.Int52_12 {
42 func pLen(p fixed.Point26_6) fixed.Int26_6 {
123 Start(a fixed.Point26_6)
125 Add1(b fixed.Point26_6)
127 Add2(b, c fixed.Point26_6)
129 Add3(b, c, d fixed.Point26_6)
169 func (p *Path) Start(a fixed.Point26_6) {
174 func (p *Path) Add1(b fixed.Point26_6) {
179 func (p *Path) Add2(b, c fixed.Point26_6) {
[all …]
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)
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) {
103 func addArc(p Adder, pivot, n0, n1 fixed.Point26_6) {
190 func midpoint(a, b fixed.Point26_6) fixed.Point26_6 {
196 func angleGreaterThan45(v0, v1 fixed.Point26_6) bool {
202 func interpolate(a, b fixed.Point26_6, t fixed.Int52_12) fixed.Point26_6 {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/raster/
H A Dgeom.go30 func pNeg(p fixed.Point26_6) fixed.Point26_6 {
35 func pDot(p fixed.Point26_6, q fixed.Point26_6) fixed.Int52_12 {
42 func pLen(p fixed.Point26_6) fixed.Int26_6 {
123 Start(a fixed.Point26_6)
125 Add1(b fixed.Point26_6)
127 Add2(b, c fixed.Point26_6)
129 Add3(b, c, d fixed.Point26_6)
169 func (p *Path) Start(a fixed.Point26_6) {
174 func (p *Path) Add1(b fixed.Point26_6) {
179 func (p *Path) Add2(b, c fixed.Point26_6) {
[all …]
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)
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) {
103 func addArc(p Adder, pivot, n0, n1 fixed.Point26_6) {
190 func midpoint(a, b fixed.Point26_6) fixed.Point26_6 {
196 func angleGreaterThan45(v0, v1 fixed.Point26_6) bool {
202 func interpolate(a, b fixed.Point26_6, t fixed.Int52_12) fixed.Point26_6 {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go78 type Point26_6 struct { struct
79 X, Y Int26_6
83 func (p Point26_6) Add(q Point26_6) Point26_6 {
88 func (p Point26_6) Sub(q Point26_6) Point26_6 {
93 func (p Point26_6) Mul(k Int26_6) Point26_6 {
98 func (p Point26_6) Div(k Int26_6) Point26_6 {
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/math/fixed/
H A Dfixed.go146 type Point26_6 struct { struct
147 X, Y Int26_6
151 func (p Point26_6) Add(q Point26_6) Point26_6 {
156 func (p Point26_6) Sub(q Point26_6) Point26_6 {
161 func (p Point26_6) Mul(k Int26_6) Point26_6 {
166 func (p Point26_6) Div(k Int26_6) Point26_6 {
171 func (p Point26_6) In(r Rectangle26_6) bool {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/example/round/
H A Dmain.go35 func pDot(p, q fixed.Point26_6) fixed.Int52_12 {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/example/round/
H A Dmain.go34 func pDot(p, q fixed.Point26_6) fixed.Int52_12 {
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/example/font/
H A Dmain.go37 func pt(p fixed.Point26_6) image.Point {
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/example/font/
H A Dmain.go37 func pt(p fixed.Point26_6) image.Point {
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/example/font/
H A Dmain.go37 func pt(p fixed.Point26_6) image.Point {
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/example/font/
H A Dmain.go37 func pt(p fixed.Point26_6) image.Point {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/example/font/
H A Dmain.go37 func pt(p fixed.Point26_6) image.Point {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/example/font/
H A Dmain.go37 func pt(p fixed.Point26_6) image.Point {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/example/font/
H A Dmain.go37 func pt(p fixed.Point26_6) image.Point {

123