Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/primitive
/ fixp
Function
fixp
primitive/raster.go:12–14 ·
view source on GitHub ↗
(x, y float64)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
fixp(x, y float64) fixed.Point26_6 {
13
return
fixed.Point26_6{fix(x), fix(y)}
14
}
15
16
type
painter
struct
{
17
Lines []Scanline
Callers
3
Rasterize
Method · 0.85
Rasterize
Method · 0.85
Rasterize
Method · 0.85
Calls
1
fix
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…