Searched defs:dX (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf_print.c1858 printf(" Matrix:{%f,%f,%f,%f,%f,%f}", Tm->m11, Tm->m12, Tm->m21, Tm->m22, Tm->dX, Tm->dY);
2086 U_FLOAT dX,dY; local
2087 int status = U_PMR_OFFSETCLIP_get(contents, &Header, &dX, &dY);
2089 printf(" + dx:%f dy:%f\n",dX,dY);
H A Dupmf.c1098 tm.m11 = tm.m12 = tm.m21 = tm.m22 = tm.dX = tm.dY = 0.0;
1122 tm.dX = x;
1127 tm.dX = x + w;
3723 \param dX horizontal translation offset to apply to clipping region
3729 U_PSEUDO_OBJ *U_PMR_OFFSETCLIP_set(U_FLOAT dX, U_FLOAT dY){ argument
3734 {&dX, 4, 1, U_LE},
7105 \param dX horizontal translation offset to apply to clipping region
7111 U_FLOAT *dX, U_FLOAT *dY){
7119 U_PMF_SERIAL_get(&contents, dX, 4, 1, U_LE);
7110 U_PMR_OFFSETCLIP_get(const char *contents, U_PMF_CMN_HDR *Header, U_FLOAT *dX, U_FLOAT *dY) argument
H A Dupmf.h1792 U_FLOAT dX; //!< Translation in X member in struct:__anon259
2117 U_FLOAT dX; //!< horizontal translation offset to apply to clipping region member in struct:__anon284
2974 U_PSEUDO_OBJ *U_PMR_OFFSETCLIP_set(U_FLOAT dX, U_FLOAT dY);
3113 int U_PMR_OFFSETCLIP_get(const char *contents, U_PMF_CMN_HDR *Header, U_FLOAT *dX, U_FLOAT *dY);

Completed in 61 milliseconds