Searched refs:len_x (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/display/ |
H A D | nr-filter-primitive.cpp | 147 double len_x = bb.width(); local 149 _subregion_x.update(12, 6, len_x); 151 _subregion_width.update(12, 6, len_x);
|
H A D | nr-filter.cpp | 228 double len_x = bbox ? bbox->width() : 0; local 233 _region_x.update(12, 6, len_x); 235 _region_width.update(12, 6, len_x); 243 minp[X] = bbox->left() + _region_x.computed * len_x; 248 maxp[X] = minp[X] + _region_width.computed * len_x;
|
/inkscape/src/ |
H A D | sp-item.cpp | 841 double len_x = bbox ? bbox->width() : 0; local 844 x.update(12, 6, len_x); 846 w.update(12, 6, len_x); 850 minp[X] = bbox->left() + x.computed * (x.unit == SVGLength::PERCENT ? 1.0 : len_x); 851 maxp[X] = minp[X] + w.computed * (w.unit == SVGLength::PERCENT ? 1.0 : len_x);
|
Completed in 158 milliseconds