Lines Matching refs:width
49 double width = g_ascii_strtod (eptr, &eptr);
61 if ((width > 0) && (height > 0)) {
63 this->viewBox = Geom::Rect::from_xywh(x, y, width, height);
76 // double x, y, width, height;
77 // ss >> x >> y >> width >> height;
171 double scale_x = in.width() / this->viewBox.width();
187 double width = this->viewBox.width() * scale_uniform;
195 x = 0.5 * (in.width() - width);
198 x = 1.0 * (in.width() - width);
204 x = 0.5 * (in.width() - width);
208 x = 1.0 * (in.width() - width);
215 x = 0.5 * (in.width() - width);
219 x = 1.0 * (in.width() - width);