Searched defs:viewBox (Results 1 – 3 of 3) sorted by relevance
44 SkScalar viewBox[4]; in translate() local
125 TransformationMatrix viewBox = viewBoxToViewTransform(w, h); in viewport() local391 … TransformationMatrix viewBox = viewBoxToViewTransform(width().value(this), height().value(this)); in getCTM() local418 … TransformationMatrix viewBox = viewBoxToViewTransform(width().value(this), height().value(this)); in getScreenCTM() local
53 void SVGViewSpec::setViewBoxString(const String& viewBox) in setViewBoxString()