Searched refs:Dx (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/helper/ |
H A D | geom.cpp | 205 Geom::Coord Ax, Ay, Bx, By, Dx, Dy, s; local 213 Dx = x1 - x0; 219 s = ((Px - Ax) * Dx + (Py - Ay) * Dy) / (Dx * Dx + Dy * Dy); 226 Qx = Ax + s * Dx; 250 Qx = Ax + Dx * (Py - Ay) / Dy;
|
/inkscape/src/libuemf/ |
H A D | upmf.h | 2807 1 0 Dx 2816 U_FLOAT Dx; //!< X offset member in struct:__anon337 3031 U_PSEUDO_OBJ *U_PMR_TRANSLATEWORLDTRANSFORM_set(int xmtype, U_FLOAT Dx, U_FLOAT Dy); 3166 int U_PMR_TRANSLATEWORLDTRANSFORM_get(const char *contents, U_PMF_CMN_HDR *Header, int *xmtype, U_FLOAT *Dx, U_FLOAT *Dy);
|
H A D | upmf_print.c | 3345 U_FLOAT Dx, Dy; local 3346 int status = U_PMR_TRANSLATEWORLDTRANSFORM_get(contents, NULL, &xmtype, &Dx, &Dy); 3348 printf(" + xmtype:%d Multiply:%s TranslateX:%f TranlateY:%f\n",xmtype,(xmtype ? "Post" : "Pre"), Dx, Dy);
|
H A D | uemf.c | 2383 Dx cannot be NULL, if the calling program has no appropriate values call dx_set() first. 2391 \param Dx Character spacing array from the start of the RECORD 2400 uint32_t *Dx 2407 if(!Dx)return(NULL); 2410 cbDxArray = sizeof(uint32_t)*NumString; // size of Dx array storage 2411 if(fOptions & U_ETO_PDY)cbDxArray += cbDxArray; // of the Dx buffer, here do both X and Y coordinates 2434 memcpy(record + off, Dx, cbDxArray); // copy the Dx data to its buffer 3032 cbDx = emrtext->nChars * sizeof(int32_t); // size of Dx buffer 3033 if(emrtext->fOptions & U_ETO_PDY)cbDx += cbDx; // size of Dx buffe [all...] |
H A D | upmf.c | 5362 \param Dx X offset 5368 U_PSEUDO_OBJ *U_PMR_TRANSLATEWORLDTRANSFORM_set(int xmtype, U_FLOAT Dx, U_FLOAT Dy){ argument 5374 {&Dx, 4, 1, U_LE}, 8584 \param Dx X offset 8591 U_FLOAT *Dx, U_FLOAT *Dy){ 8592 if(!contents || !xmtype || !Dx || !Dy){ return(0); } 8600 U_PMF_SERIAL_get(&contents, Dx, 4, 1, U_LE); 8589 U_PMR_TRANSLATEWORLDTRANSFORM_get(const char *contents, U_PMF_CMN_HDR *Header, int *xmtype, U_FLOAT *Dx, U_FLOAT *Dy) argument
|
H A D | uemf.h | 1716 uint32_t Dx[1] (required) character spacing, array with one entry per glyph. 2920 uint32_t Dx (optional) character spacing array (Required, but position is not static.) 3413 char *emrtext_set(U_POINTL ptlReference, U_NUM_STR NumString, uint32_t cbChar, void *String, uint32_t fOptions, U_RECTL rcl, uint32_t *Dx);
|
Completed in 92 milliseconds