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

Function unitsToPointsVar

config.go:118–122  ·  view source on GitHub ↗
(unitCfg unitConfigurator, u ...*float64)

Source from the content-addressed store, hash-verified

116}
117
118func unitsToPointsVar(unitCfg unitConfigurator, u ...*float64) {
119 for x := 0; x < len(u); x++ {
120 *u[x] = unitsToPoints(unitCfg, *u[x])
121 }
122}
123
124// PointsToUnitsVar converts points to the provided units for all variables supplied
125func PointsToUnitsVar(t int, u ...*float64) {

Callers 6

UnitsToPointsVarMethod · 0.85
UnitsToPointsMethod · 0.85
unitsToPointsMethod · 0.85
UnitsToPointsMethod · 0.85
unitsToPointsMethod · 0.85
UnitsToPointsVarFunction · 0.85

Calls 1

unitsToPointsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…