Searched refs:tw (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/ |
H A D | pathvector.cpp | 186 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 D | path.cpp | 528 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 D | filter-effects-dialog.cpp | 2244 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