/external/webkit/Source/WebCore/svg/ |
D | SVGFitToViewBox.cpp | 38 bool SVGFitToViewBox::parseViewBox(Document* doc, const String& s, FloatRect& viewBox) in parseViewBox() argument 42 return parseViewBox(doc, c, end, viewBox, true); in parseViewBox() 45 …::parseViewBox(Document* doc, const UChar*& c, const UChar* end, FloatRect& viewBox, bool validate) in parseViewBox() argument 57 viewBox = FloatRect(x, y, width, height); in parseViewBox() 79 viewBox = FloatRect(x, y, width, height); in parseViewBox() 94 FloatRect viewBox; in parseMappedAttribute() local 96 if (!parseViewBox(document, attr->value(), viewBox)) in parseMappedAttribute() 99 setViewBoxBaseValue(viewBox); in parseMappedAttribute()
|
D | SVGViewSpec.cpp | 34 DEFINE_ANIMATED_RECT(SVGViewSpec, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_RECT() argument 49 FloatRect viewBox; in setViewBoxString() local 52 if (!parseViewBox(m_contextElement->document(), c, end, viewBox, false)) in setViewBoxString() 54 setViewBoxBaseValue(viewBox); in setViewBoxString() 100 FloatRect viewBox; in parseViewSpec() local 101 if (!parseViewBox(m_contextElement->document(), currViewSpec, end, viewBox, false)) in parseViewSpec() 103 setViewBoxBaseValue(viewBox); in parseViewSpec()
|
D | SVGSVGElement.cpp | 63 DEFINE_ANIMATED_RECT(SVGSVGElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH() 594 viewBoxRect = currentView()->viewBox(); in viewBoxToViewTransform() 596 viewBoxRect = viewBox(); in viewBoxToViewTransform() 613 currentView()->setViewBoxBaseValue(viewElement->viewBox()); in inheritViewAttributes() 615 currentView()->setViewBoxBaseValue(viewBox()); in inheritViewAttributes()
|
D | SVGViewElement.h | 61 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
|
D | SVGSymbolElement.h | 60 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
|
D | SVGViewSpec.h | 61 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
|
D | SVGFitToViewBox.h | 40 …bool parseViewBox(Document*, const UChar*& start, const UChar* end, FloatRect& viewBox, bool valid…
|
D | SVGPatternElement.h | 86 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
|
D | SVGMarkerElement.cpp | 44 DEFINE_ANIMATED_RECT(SVGMarkerElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH() 78 …return SVGFitToViewBox::viewBoxToViewTransform(viewBox(), preserveAspectRatio(), viewWidth, viewHe… in viewBoxToViewTransform()
|
D | SVGMarkerElement.h | 94 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
|
D | SVGViewElement.cpp | 36 DEFINE_ANIMATED_RECT(SVGViewElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN()
|
D | SVGSymbolElement.cpp | 34 DEFINE_ANIMATED_RECT(SVGSymbolElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN()
|
D | PatternAttributes.h | 59 FloatRect viewBox() const { return m_viewBox; } in viewBox() function
|
D | SVGPatternElement.cpp | 55 DEFINE_ANIMATED_RECT(SVGPatternElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH() 255 attributes.setViewBox(current->viewBox()); in collectPatternAttributes()
|
D | SVGFitToViewBox.idl | 30 readonly attribute SVGAnimatedRect viewBox;
|
D | SVGSVGElement.h | 162 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
|
D | SVGLength.cpp | 334 width = svg->viewBox().width(); in determineViewport() 335 height = svg->viewBox().height(); in determineViewport()
|
D | svgattrs.in | 236 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/chrome/browser/resources/shared/images/ |
D | throbber.svg | 1 <svg width="16" height="16" viewBox="0 0 300 300"
|
/external/webkit/Source/WebCore/manual-tests/ |
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/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourcePattern.cpp | 231 …AffineTransform viewBoxCTM = patternElement->viewBoxToViewTransform(attributes.viewBox(), attribut… in buildTileImageTransform()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
D | mozilla | 659 viewBox
|
/external/webkit/PerformanceTests/PageLoad/svg/files/ |
D | world-iso.svg | 1 …="magnify" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 1200 5750 2800…
|