Searched defs:tx (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/
H A Dsp-radial-gradient.cpp188 double tx = tolerance * dx / dl, ty = tolerance * dy / dl; local
189 cairo_device_to_user_distance(ct, &tx, &ty);
190 double tolerance_user = hypot(tx, ty);
/inkscape/src/svg/
H A Dsvg-affine.cpp233 double tx = (m[2]*m[5]+m[4]-m[4]*m[3]) / (1-m[3]-m[0]+m[0]*m[3]-m[2]*m[1]); local
234 p += sp_svg_number_write_de(c + p, sizeof(c) - p, tx, prec, min_exp);
238 double ty = (m[1]*tx + m[5]) / (1 - m[3]);
/inkscape/src/libcola/
H A Dstraightener.cpp36 static bool pointOnLine(double px,double py, double ax, double ay, double bx, double by, double& tx) { argument
42 tx=px-ax;
48 tx=(py-ay)/dy;
51 tx=(px-ax)/dx;
56 ty=tx;
62 //printf(" tx=%f,ty=%f\n",tx,ty);
63 if(fabs(tx-ty)<0.001 && tx>0 && tx<
[all...]
/inkscape/src/livarot/
H A DShapeMisc.cpp1246 Geom::Point tx; local
1250 tx = (pnData->p + psData->p) / 2;
1252 dest->BezierTo (tx);
1259 ReFormeBezierChunk (tx, nx, dest, inBezier, nbInterm,
1267 Geom::Point tx; local
1271 tx = (psData->p + pnData->p) / 2;
1273 ReFormeBezierChunk (px, tx, dest, inBezier, nbInterm,
1285 Geom::Point tx; local
1289 tx = (pnData->p + psData->p) / 2;
1291 ReFormeBezierChunk (px, tx, des
1326 Geom::Point tx; local
1347 Geom::Point tx; local
1365 Geom::Point tx; local
[all...]
/inkscape/src/ui/widget/
H A Dgimpspinscale.c677 gint tx, ty; local
679 if (gtk_widget_get_translation_to_window (widget, window, &tx, &ty))
681 event_x += tx;
/inkscape/src/widgets/
H A Druler.cpp901 gint tx, ty; local
903 if (gtk_widget_get_translation_to_window (widget, window, &tx, &ty))
905 event_x += tx;
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1185 void SvgBuilder::updateTextPosition(double tx, double ty) { argument
1186 Geom::Point new_position(tx, ty);
H A Dpdf-parser.cpp2255 double tx, ty; local
2257 tx = state->getLineX() + args[0].getNum();
2259 state->textMoveTo(tx, ty);
2260 builder->updateTextPosition(tx, ty);
2266 double tx, ty; local
2268 tx = state->getLineX() + args[0].getNum();
2272 state->textMoveTo(tx, ty);
2273 builder->updateTextPosition(tx, ty);
2290 double tx, ty; local
2292 tx
2319 double tx = 0; local
2340 double tx = 0; local
[all...]
/inkscape/src/extension/internal/
H A Demf-inout.cpp1062 double tx = pix_to_x_point(d,x,y); local
1064 snap_to_faraway_pair(&tx,&ty);
1065 cxform << tx; local

Completed in 55 milliseconds