Searched defs:eh (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DShapeDraw.cpp76 double eh=(getPoint(enP).x[0]-ix)*ir+mx; local
79 double endh=(9*eh+1*sh)/10;
83 fprintf(outFile," <svg:line x1=\"%f\" y1=\"%f\" x2=\"%f\" y2=\"%f\" stroke=\"black\" stroke-width=\"0.5\" />\n",sh,sv,eh,ev); // localizing ok
94 double eh=(getPoint(enP).x[0]-ix)*ir+mx; local
96 fprintf(outFile," <svg:text x=\"%f\" y=\"%f\" font-family=\"Monaco\" font-size=\"5\" fill=\"blue\" >\n",(sh+eh)/2+2,(sv+ev)/2); // localizing ok
/inkscape/src/libuemf/
H A Duemf.c1090 int eh = *eeh; local
1093 if(w<=0 || h<=0 || ew<=0 || eh<=0 || !rgba_px)return(NULL);
1102 if(st+eh<=0)return(NULL); // This is hopeless, the start point is outside of the array.
1103 eh += st;
1107 if(st+eh > h)eh=h-st;
1108 if(!sl && !st && (ew == w) && (eh == h)){
1112 sptr = sub = malloc(ew*eh*4);
1114 for(i=st; i<st+eh; i++){
1120 *eeh = eh;
[all...]

Completed in 42 milliseconds