Home
last modified time | relevance | path

Searched defs:viewBox (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/svg/
DSkSVGSVG.cpp44 SkScalar viewBox[4]; in translate() local
/external/webkit/WebCore/svg/
DSVGSVGElement.cpp125 TransformationMatrix viewBox = viewBoxToViewTransform(w, h); in viewport() local
391 … TransformationMatrix viewBox = viewBoxToViewTransform(width().value(this), height().value(this)); in getCTM() local
418 … TransformationMatrix viewBox = viewBoxToViewTransform(width().value(this), height().value(this)); in getScreenCTM() local
DSVGViewSpec.cpp53 void SVGViewSpec::setViewBoxString(const String& viewBox) in setViewBoxString()