MCPcopy
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
12func fixp(x, y float64) fixed.Point26_6 {
13 return fixed.Point26_6{fix(x), fix(y)}
14}
15
16type painter struct {
17 Lines []Scanline

Callers 3

RasterizeMethod · 0.85
RasterizeMethod · 0.85
RasterizeMethod · 0.85

Calls 1

fixFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…