HomeSort by relevance Sort by last modified time
    Searched refs:viewBox (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFitToViewBox.idl 31 readonly attribute SVGAnimatedRect viewBox;
SVGFitToViewBox.cpp 36 static bool parseViewBoxInternal(Document* document, const CharType*& ptr, const CharType* end, FloatRect& viewBox, bool validate)
48 viewBox = FloatRect(x, y, width, height);
52 document->accessSVGExtensions()->reportWarning("Problem parsing viewBox=\"" + String(start, end - start) + "\"");
57 document->accessSVGExtensions()->reportError("A negative value for ViewBox width is not allowed");
61 document->accessSVGExtensions()->reportError("A negative value for ViewBox height is not allowed");
66 document->accessSVGExtensions()->reportWarning("Problem parsing viewBox=\"" + String(start, end - start) + "\"");
70 viewBox = FloatRect(x, y, width, height);
74 bool SVGFitToViewBox::parseViewBox(Document* document, const LChar*& ptr, const LChar* end, FloatRect& viewBox, bool validate)
76 return parseViewBoxInternal(document, ptr, end, viewBox, validate);
79 bool SVGFitToViewBox::parseViewBox(Document* document, const UChar*& ptr, const UChar* end, FloatRect& viewBox, bool validate
    [all...]
SVGFitToViewBox.h 47 FloatRect viewBox;
48 bool valueIsValid = !value.isNull() && parseViewBox(&target->document(), value, viewBox);
50 target->setViewBoxBaseValue(viewBox);
66 static bool parseViewBox(Document*, const LChar*& start, const LChar* end, FloatRect& viewBox, bool validate = true);
67 static bool parseViewBox(Document*, const UChar*& start, const UChar* end, FloatRect& viewBox, bool validate = true);
SVGViewSpec.h 72 // Custom animated 'viewBox' property.
73 PassRefPtr<SVGAnimatedRect> viewBox();
76 void setViewBoxBaseValue(const SVGRect& viewBox) { m_viewBox = viewBox; }
SVGSymbolElement.h 54 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
SVGSymbolElement.cpp 34 DEFINE_ANIMATED_RECT(SVGSymbolElement, SVGNames::viewBoxAttr, ViewBox, viewBox)
38 REGISTER_LOCAL_ANIMATED_PROPERTY(viewBox)
SVGViewElement.cpp 30 DEFINE_ANIMATED_RECT(SVGViewElement, SVGNames::viewBoxAttr, ViewBox, viewBox)
35 REGISTER_LOCAL_ANIMATED_PROPERTY(viewBox)
SVGViewElement.h 61 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
SVGPatternElement.h 79 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
SVGViewSpec.cpp 31 // Define custom animated property 'viewBox'.
156 PassRefPtr<SVGAnimatedRect> SVGViewSpec::viewBox()
223 SVGRect viewBox;
224 if (!SVGFitToViewBox::parseViewBox(&m_contextElement.get()->document(), ptr, end, viewBox, false))
226 setViewBoxBaseValue(viewBox);
PatternAttributes.h 59 FloatRect viewBox() const { return m_viewBox; }
SVGMarkerElement.h 161 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
SVGMarkerElement.cpp 55 DEFINE_ANIMATED_RECT(SVGMarkerElement, SVGNames::viewBoxAttr, ViewBox, viewBox)
67 REGISTER_LOCAL_ANIMATED_PROPERTY(viewBox)
SVGSVGElement.h 169 DECLARE_ANIMATED_RECT(ViewBox, viewBox)
SVGPatternElement.cpp 44 DEFINE_ANIMATED_RECT(SVGPatternElement, SVGNames::viewBoxAttr, ViewBox, viewBox)
57 REGISTER_LOCAL_ANIMATED_PROPERTY(viewBox)
SVGSVGElement.cpp 70 DEFINE_ANIMATED_RECT(SVGSVGElement, SVGNames::viewBoxAttr, ViewBox, viewBox)
78 REGISTER_LOCAL_ANIMATED_PROPERTY(viewBox)
568 // If no viewBox is specified but non-relative width/height values, then we
569 // should always synthesize a viewBox if we're embedded through a SVGImage.
  /external/chromium_org/third_party/skia/src/svg/
SkSVGSymbol.cpp 14 SVG_ATTRIBUTE(viewBox)
SkSVGSVG.cpp 21 SVG_ATTRIBUTE(viewBox),
38 SkScalar viewBox[4];
45 SkParse::FindScalars(f_viewBox.c_str(), viewBox, 4);
47 box.fLeft = SkScalarDiv(viewBox[0], width);
48 box.fTop = SkScalarDiv(viewBox[1], height);
49 box.fRight = SkScalarDiv(viewBox[2], width);
50 box.fBottom = SkScalarDiv(viewBox[3], height);
  /external/skia/src/svg/
SkSVGSymbol.cpp 14 SVG_ATTRIBUTE(viewBox)
SkSVGSVG.cpp 21 SVG_ATTRIBUTE(viewBox),
38 SkScalar viewBox[4];
45 SkParse::FindScalars(f_viewBox.c_str(), viewBox, 4);
47 box.fLeft = SkScalarDiv(viewBox[0], width);
48 box.fTop = SkScalarDiv(viewBox[1], height);
49 box.fRight = SkScalarDiv(viewBox[2], width);
50 box.fBottom = SkScalarDiv(viewBox[3], height);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 76 // An empty viewBox disables rendering.
77 if (m_attributes.hasViewBox() && m_attributes.viewBox().isEmpty())
224 AffineTransform viewBoxCTM = SVGFitToViewBox::viewBoxToViewTransform(attributes.viewBox(), attributes.preserveAspectRatio(), patternBoundaries.width(), patternBoundaries.height());
226 // Apply viewBox/objectBoundingBox transformations.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]

Completed in 779 milliseconds