Searched defs:L2 (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/2geom/
H A Dd2-sbasis.cpp42 SBasis L2(D2<SBasis> const & a, unsigned k) { return sqrt(dot(a, a), k); } function in namespace:Geom
208 if (i==(pwsbin.segs.size()-1) || L2(pwsbin.segs[i].at1()- pwsbin.segs[i+1].at0()) > tol){
266 if ( L2(a-aj) < tol ) {
271 if ( L2(b-bj) < tol ) {
291 if ( L2(comp.firstValue()-comp.lastValue()) < tol ){
H A Dpoint.h309 inline Coord L2(Point const &p) { function in namespace:Geom
314 * Warning: this can overflow where L2 won't.
/inkscape/src/libuemf/
H A Duwmf_endian.c482 int L2; local
483 if(torev){ L2 = *(int16_t *)(record + U_SIZE_METARECORD); } /* Length field */
485 if(!torev){ L2 = *(int16_t *)(record + U_SIZE_METARECORD); } /* Length field */
487 U_swap2(record + U_SIZE_WMRTEXTOUT + L2, 2); /* y,x */
H A Dupmf.c981 double L1, L2; /* These are degrees CounterClockwise from 3:00 */ local
982 double Ang1, Ang2; /* These are parametric angles, derived from L1, L2*/
1004 L2 = L1 - U_PI/2.0;
1005 if(L2 <= Sweep + Start - Slop){ L2 = Sweep + Start; done = 1; }
1009 L2 = L1 + U_PI/2.0;
1010 if(L2 >= Sweep + Start + Slop){ L2 = Sweep + Start; done = 1; }
1014 Ang2 = atan2(sin(L2)/b, cos(L2)/
[all...]
H A Duwmf.c2875 int L2; local
2879 L2 = ( Length & 1 ? Length + 1 : Length);
2880 irecsize += L2;
2887 if(Length!=L2){
5429 int16_t L2; local
5435 L2 = *Length;
5436 if(L2 & 1)L2++;
5437 off = U_SIZE_METARECORD + 2 + L2;

Completed in 70 milliseconds