Searched refs:tw (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/2geom/
H A Dpathvector.cpp186 PathVectorTime tw(ii->index, px[k].first), tow(i->index, px[k].second);
188 w == 0 ? tw : tow,
189 w == 0 ? tow : tw,
H A Dpath.cpp528 PathTime tw(ii->index, cx[k].first), tow(i->index, cx[k].second);
530 w == 0 ? tw : tow,
531 w == 0 ? tow : tw,
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2244 const int tw = get_input_type_width(); local
2245 gint end_x = text_start_x + tw * src_id + (int)(tw * 0.5f) + 1;

Completed in 26 milliseconds