Searched refs:D2PscaleX (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/extension/internal/
H A Demf-inout.h119 D2PscaleX(1.0), D2PscaleY(1.0),
146 double D2PscaleX,D2PscaleY; // EMF device to Inkscape Page scale. member in struct:Inkscape::Extension::Internal::emf_callback_data
H A Dwmf-inout.h119 D2PscaleX(1.0), D2PscaleY(1.0),
144 double D2PscaleX,D2PscaleY; // WMF device to Inkscape Page scale. member in struct:Inkscape::Extension::Internal::wmf_callback_data
H A Dwmf-inout.cpp909 tmp = ((((double) (px - d->dc[d->level].winorg.x))*scale) + d->dc[d->level].vieworg.x) * d->D2PscaleX;
943 double ppx = fabs(px * (d->dc[d->level].ScaleInX ? d->dc[d->level].ScaleInX : 1.0) * d->D2PscaleX * current_scale(d));
1647 d->D2PscaleX = d->D2PscaleY = Inkscape::Util::Quantity::convert(1, "in", "px")/(double) Placeable.Inch;
1648 trinfo_load_qe(d->tri, d->D2PscaleX); /* quantization error that will affect text positions */
1651 d->PixelsOutX = d->PixelsInX * d->D2PscaleX;
1655 d->ulCornerOutX = d->ulCornerInX * d->D2PscaleX;
H A Demf-inout.cpp1001 tmp = ((((double) (px - d->dc[d->level].winorg.x))*scale) + d->dc[d->level].vieworg.x) * d->D2PscaleX;
1040 double ppx = fabs(px * (d->dc[d->level].ScaleInX ? d->dc[d->level].ScaleInX : 1.0) * d->D2PscaleX * current_scale(d));
1824 d->D2PscaleX = d->D2PscaleY = Inkscape::Util::Quantity::convert(1, "mm", "px") *
1828 trinfo_load_qe(d->tri, d->D2PscaleX); /* quantization error that will affect text positions */
1837 d->D2PscaleX *= 25.4/(10.0*3.0);
1850 d->ulCornerOutX = d->ulCornerInX * d->D2PscaleX;

Completed in 56 milliseconds