Searched defs:ty (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/live_effects/
H A Dspiro.h37 char ty; member in struct:Spiro::__anon414
H A Dspiro.cpp62 char ty; member in struct:Spiro::spiro_seg_s
520 int n_seg = src[0].ty == '{' ? n - 1 : n;
528 r[i].ty = src[i].ty;
536 r[n_seg].ty = src[n_seg % n].ty;
547 if (r[i].ty == '{' || r[i].ty == '}' || r[i].ty == 'v')
654 n += compute_jinc(s[i].ty,
[all...]
/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.cpp238 double ty = (m[1]*tx + m[5]) / (1 - m[3]); local
239 p += sp_svg_number_write_de(c + p, sizeof(c) - p, ty, prec, min_exp);
/inkscape/src/libcola/
H A Dstraightener.cpp39 double ty=0; local
43 ty=py-ay;
56 ty=tx;
59 ty=(py-ay)/dy;
62 //printf(" tx=%f,ty=%f\n",tx,ty);
63 if(fabs(tx-ty)<0.001 && tx>0 && tx<=1) {
/inkscape/src/ui/widget/
H A Dgimpspinscale.c677 gint tx, ty; local
679 if (gtk_widget_get_translation_to_window (widget, window, &tx, &ty))
682 event_y += ty;
/inkscape/src/widgets/
H A Druler.cpp901 gint tx, ty; local
903 if (gtk_widget_get_translation_to_window (widget, window, &tx, &ty))
906 event_y += ty;
/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
2258 ty = state->getLineY() + args[1].getNum();
2259 state->textMoveTo(tx, ty);
2260 builder->updateTextPosition(tx, ty);
2266 double tx, ty; local
2269 ty = args[1].getNum();
2270 state->setLeading(-ty);
2271 ty += state->getLineY();
2272 state->textMoveTo(tx, ty);
2273 builder->updateTextPosition(tx, ty);
2290 double tx, ty; local
2320 double ty = 0; local
2341 double ty = 0; local
[all...]
/inkscape/src/extension/internal/
H A Demf-inout.cpp1063 double ty = pix_to_y_point(d,x,y); local
1064 snap_to_faraway_pair(&tx,&ty);
1067 cxform << ty; local

Completed in 63 milliseconds