Home
last modified time | relevance | path

Searched refs:viewBox (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGFitToViewBox.cpp38 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()
DSVGViewSpec.cpp34 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()
DSVGSVGElement.cpp63 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()
DSVGViewElement.h61 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
DSVGSymbolElement.h60 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
DSVGViewSpec.h61 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
DSVGFitToViewBox.h40 …bool parseViewBox(Document*, const UChar*& start, const UChar* end, FloatRect& viewBox, bool valid…
DSVGPatternElement.h86 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
DSVGMarkerElement.cpp44 DEFINE_ANIMATED_RECT(SVGMarkerElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH()
78 …return SVGFitToViewBox::viewBoxToViewTransform(viewBox(), preserveAspectRatio(), viewWidth, viewHe… in viewBoxToViewTransform()
DSVGMarkerElement.h94 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
DSVGViewElement.cpp36 DEFINE_ANIMATED_RECT(SVGViewElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN()
DSVGSymbolElement.cpp34 DEFINE_ANIMATED_RECT(SVGSymbolElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_BOOLEAN()
DPatternAttributes.h59 FloatRect viewBox() const { return m_viewBox; } in viewBox() function
DSVGPatternElement.cpp55 DEFINE_ANIMATED_RECT(SVGPatternElement, SVGNames::viewBoxAttr, ViewBox, viewBox) in DEFINE_ANIMATED_LENGTH()
255 attributes.setViewBox(current->viewBox()); in collectPatternAttributes()
DSVGFitToViewBox.idl30 readonly attribute SVGAnimatedRect viewBox;
DSVGSVGElement.h162 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
DSVGLength.cpp334 width = svg->viewBox().width(); in determineViewport()
335 height = svg->viewBox().height(); in determineViewport()
Dsvgattrs.in236 viewBox
/external/skia/src/svg/
DSkSVGSVG.cpp21 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()
DSkSVGSymbol.cpp14 SVG_ATTRIBUTE(viewBox)
/external/chromium/chrome/browser/resources/shared/images/
Dthrobber.svg1 <svg width="16" height="16" viewBox="0 0 300 300"
/external/webkit/Source/WebCore/manual-tests/
Dsvg-cursor-changes.svg1 <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/
DRenderSVGResourcePattern.cpp231 …AffineTransform viewBoxCTM = patternElement->viewBoxToViewTransform(attributes.viewBox(), attribut… in buildTileImageTransform()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dmozilla659 viewBox
/external/webkit/PerformanceTests/PageLoad/svg/files/
Dworld-iso.svg1 …="magnify" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 1200 5750 2800…

12