Searched refs:worldTransform (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/extension/internal/
H A Demf-inout.h68 // worldTransform, cur
77 worldTransform.eM11 = 1.0;
78 worldTransform.eM12 = 0.0;
79 worldTransform.eM21 = 0.0;
80 worldTransform.eM22 = 1.0;
81 worldTransform.eDx = 0.0;
82 worldTransform.eDy = 0.0;
107 U_XFORM worldTransform; member in struct:Inkscape::Extension::Internal::emf_device_context
H A Demf-inout.cpp174 /* given the transformation matrix from worldTransform return the scale in the matrix part. Assumes that the
178 d->dc[d->level].worldTransform.eM11 * d->dc[d->level].worldTransform.eM22 -
179 d->dc[d->level].worldTransform.eM12 * d->dc[d->level].worldTransform.eM21;
185 /* given the transformation matrix from worldTransform and the current x,y position in inkscape coordinates,
194 cxform << d->dc[d->level].worldTransform.eM11/scale; cxform << ",";
195 cxform << d->dc[d->level].worldTransform.eM12/scale; cxform << ",";
196 cxform << d->dc[d->level].worldTransform.eM21/scale; cxform << ",";
197 cxform << d->dc[d->level].worldTransform
[all...]
H A Demf-print.cpp233 U_XFORM worldTransform; local
234 worldTransform.eM11 = 1.0;
235 worldTransform.eM12 = 0.0;
236 worldTransform.eM21 = 0.0;
237 worldTransform.eM22 = 1.0;
238 worldTransform.eDx = 0;
239 worldTransform.eDy = 0;
241 rec = U_EMRMODIFYWORLDTRANSFORM_set(worldTransform, U_MWT_LEFTMULTIPLY);

Completed in 21 milliseconds