Searched refs:viewBox (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/third_party/skia/src/svg/ |
D | SkSVGSVG.cpp | 21 SVG_ATTRIBUTE(viewBox), 38 SkScalar viewBox[4]; in translate() local 45 SkParse::FindScalars(f_viewBox.c_str(), viewBox, 4); in translate() 47 box.fLeft = SkScalarDiv(viewBox[0], width); in translate() 48 box.fTop = SkScalarDiv(viewBox[1], height); in translate() 49 box.fRight = SkScalarDiv(viewBox[2], width); in translate() 50 box.fBottom = SkScalarDiv(viewBox[3], height); in translate()
|
D | SkSVGSymbol.cpp | 14 SVG_ATTRIBUTE(viewBox)
|
/external/skia/src/svg/ |
D | SkSVGSVG.cpp | 21 SVG_ATTRIBUTE(viewBox), 38 SkScalar viewBox[4]; in translate() local 45 SkParse::FindScalars(f_viewBox.c_str(), viewBox, 4); in translate() 47 box.fLeft = SkScalarDiv(viewBox[0], width); in translate() 48 box.fTop = SkScalarDiv(viewBox[1], height); in translate() 49 box.fRight = SkScalarDiv(viewBox[2], width); in translate() 50 box.fBottom = SkScalarDiv(viewBox[3], height); in translate()
|
D | SkSVGSymbol.cpp | 14 SVG_ATTRIBUTE(viewBox)
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGViewSpec.cpp | 44 viewBox()->setReadOnly(); in SVGViewSpec() 95 if (!viewBox()) in viewBoxString() 98 return viewBox()->currentValue()->valueAsString(); in viewBoxString()
|
D | SVGPatternElement.cpp | 156 …if (!attributes.hasViewBox() && element->viewBox()->isSpecified() && element->viewBox()->currentVa… in setPatternAttributes() 157 attributes.setViewBox(element->viewBox()->currentValue()->value()); in setPatternAttributes()
|
D | SVGSVGElement.cpp | 614 return m_viewSpec ? m_viewSpec->viewBox()->currentValue()->value() : FloatRect(); in currentViewBoxRect() 616 FloatRect useViewBox = viewBox()->currentValue()->value(); in currentViewBoxRect() 744 view->viewBox()->baseValue()->setValue(viewElement->viewBox()->currentValue()->value()); in inheritViewAttributes() 746 view->viewBox()->baseValue()->setValue(viewBox()->currentValue()->value()); in inheritViewAttributes()
|
D | SVGFitToViewBox.h | 77 SVGAnimatedRect* viewBox() const { return m_viewBox.get(); } in viewBox() function
|
D | PatternAttributes.h | 59 FloatRect viewBox() const { return m_viewBox; } in viewBox() function
|
D | SVGFitToViewBox.idl | 32 readonly attribute SVGAnimatedRect viewBox;
|
D | SVGMarkerElement.cpp | 69 …return SVGFitToViewBox::viewBoxToViewTransform(viewBox()->currentValue()->value(), preserveAspectR… in DEFINE_NODE_FACTORY()
|
D | SVGAttributeNames.in | 230 viewBox
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceMarker.cpp | 140 …->hasAttribute(SVGNames::viewBoxAttr) && marker->viewBox()->currentValue()->isValid() && marker->v… in draw()
|
D | RenderSVGResourcePattern.cpp | 67 if (m_attributes.hasViewBox() && m_attributes.viewBox().isEmpty()) in buildPattern() 202 …AffineTransform viewBoxCTM = SVGFitToViewBox::viewBoxToViewTransform(attributes.viewBox(), attribu… in buildTileImageTransform()
|
D | RenderSVGRoot.cpp | 90 FloatSize viewBoxSize = svg->viewBox()->currentValue()->value().size(); in computeIntrinsicRatioInformation()
|
/external/chromium_org/ui/webui/resources/images/ |
D | throbber.svg | 1 <svg width="16" height="16" viewBox="0 0 300 300"
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
D | svg-cursor-changes.svg | 1 <svg width="100%" height="100%" viewBox="0 0 300 600" xmlns="http://www.w3.org/2000/svg" xmlns:xlin…
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImage.cpp | 335 intrinsicRatio = rootElement->viewBox()->currentValue()->value().size(); in computeIntrinsicDimensions()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/ |
D | WorldIso.svg | 1 …="magnify" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 1200 5750 2800…
|