Home
last modified time | relevance | path

Searched refs:scale_none (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dviewbox.cpp164 void SPViewBox::apply_viewbox(const Geom::Rect& in, double scale_none) { in apply_viewbox() argument
178 if (Geom::are_near(scale_uniform / scale_none, 1.0, Geom::EPSILON)) in apply_viewbox()
179 scale_uniform = scale_none; // objects are same size, reduce numerical error in apply_viewbox()
242 SPItemCtx SPViewBox::get_rctx(const SPItemCtx* ictx, double scale_none) { in get_rctx() argument
253 apply_viewbox( rctx.viewport, scale_none ); in get_rctx()
H A Dviewbox.h45 void apply_viewbox(const Geom::Rect& in, double scale_none = 1.0);
47 SPItemCtx get_rctx( const SPItemCtx* ictx, double scale_none = 1.0);
/dports/misc/gnuls/coreutils-8.30/src/
H A Dnumfmt.c68 scale_none, /* the default: no scaling. */ enumerator
82 scale_none, scale_auto, scale_SI, scale_IEC, scale_IEC_I enumerator
92 scale_none, scale_SI, scale_IEC, scale_IEC_I enumerator
170 static enum scale_type scale_from = scale_none;
171 static enum scale_type scale_to = scale_none;
225 case scale_none: in default_scale_base()
641 if (allowed_scaling == scale_none) in simple_strtod_human()
742 if (scale == scale_none) in double_to_human()
1205 if (scale_to == scale_none in prepare_padded_number()
1580 if (debug && scale_from == scale_none && scale_to == scale_none in main()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dnumfmt.c68 scale_none, /* the default: no scaling. */ enumerator
82 scale_none, scale_auto, scale_SI, scale_IEC, scale_IEC_I enumerator
92 scale_none, scale_SI, scale_IEC, scale_IEC_I enumerator
170 static enum scale_type scale_from = scale_none;
171 static enum scale_type scale_to = scale_none;
225 case scale_none: in default_scale_base()
641 if (allowed_scaling == scale_none) in simple_strtod_human()
742 if (scale == scale_none) in double_to_human()
1205 if (scale_to == scale_none in prepare_padded_number()
1580 if (debug && scale_from == scale_none && scale_to == scale_none in main()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/control/
H A Dcanvas-axonomgrid.cpp149 double scale_none = Inkscape::Util::Quantity::convert(1, doc->getDisplayUnit(), "px"); in readRepr() local
150 if (Geom::are_near(scale_x / scale_none, 1.0, Geom::EPSILON)) in readRepr()
151 scale_x = scale_none; // objects are same size, reduce numerical error in readRepr()
H A Dcanvas-grid.cpp451 double scale_none = Inkscape::Util::Quantity::convert(1, doc->getDisplayUnit(), "px"); in readRepr() local
452 if (Geom::are_near(scale_x / scale_none, 1.0, Geom::EPSILON)) in readRepr()
453 scale_x = scale_none; // objects are same size, reduce numerical error in readRepr()