Searched defs:set_x (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/display/ | ||
H A D | nr-filter-primitive.cpp | 85 void FilterPrimitive::set_x(SVGLength const &length) function in class:Inkscape::Filters::FilterPrimitive |
H A D | nr-filter.cpp | 380 void Filter::set_x(SVGLength const &length) function in class:Inkscape::Filters::Filter |
/inkscape/src/ | ||
H A D | sp-flowtext.cpp | 488 bool set_x = false; local 491 set_x = set_y = true; 496 set_x = true; 504 if (set_x && !attrs.dx.empty()) 507 if (set_x) |
Completed in 839 milliseconds