Home | History | Annotate | Download | only in svg

Lines Matching full:width

280     float width = 0.0f, height = 0.0f;
288 width = view->frameView()->visibleWidth(); // TODO: recheck!
294 width = svg->viewBox().width();
297 width = svg->width().value(svg);
304 width = box->width();
311 return value * width;
315 return value * sqrtf(powf(width, 2) + powf(height, 2)) / sqrtf(2.0f);