MCPcopy
hub / github.com/signintech/gopdf / UnitsToPointsVar

Function UnitsToPointsVar

config.go:114–116  ·  view source on GitHub ↗

UnitsToPointsVar converts units of the provided type to points for all variables supplied

(t int, u ...*float64)

Source from the content-addressed store, hash-verified

112
113// UnitsToPointsVar converts units of the provided type to points for all variables supplied
114func UnitsToPointsVar(t int, u ...*float64) {
115 unitsToPointsVar(defaultUnitConfig{Unit: t}, u...)
116}
117
118func unitsToPointsVar(unitCfg unitConfigurator, u ...*float64) {
119 for x := 0; x < len(u); x++ {

Callers

nothing calls this directly

Calls 1

unitsToPointsVarFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…