Searched defs:maxp (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/numeric/ |
H A D | symmetric-matrix-fs-trace.h | 264 double* maxp = std::max_element (t, t+6, abs_less); local 266 std::frexp(*maxp, &em); 297 double* maxp = std::max_element (t, t+5, abs_less); local 299 std::frexp(*maxp, &em);
|
/inkscape/src/display/ |
H A D | nr-filter.cpp | 224 Geom::Point minp, maxp; local 246 maxp[X] = minp[X] + _region_width.computed; 248 maxp[X] = minp[X] + _region_width.computed * len_x; 257 maxp[Y] = minp[Y] + _region_height.computed; 259 maxp[Y] = minp[Y] + _region_height.computed * len_y; 264 maxp[X] = minp[X] + _region_width.computed; 266 maxp[Y] = minp[Y] + _region_height.computed; 271 Geom::OptRect area(minp, maxp);
|
/inkscape/src/ |
H A D | sp-item.cpp | 825 Geom::Point minp, maxp; local 851 maxp[X] = minp[X] + w.computed * (w.unit == SVGLength::PERCENT ? 1.0 : len_x); 853 maxp[Y] = minp[Y] + h.computed * (h.unit == SVGLength::PERCENT ? 1.0 : len_y); 856 maxp[X] = minp[X] + w.computed; 858 maxp[Y] = minp[Y] + h.computed; 860 bbox = Geom::OptRect(minp, maxp);
|
Completed in 31 milliseconds