Searched defs:viewBox (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGSVG.cpp21 SVG_ATTRIBUTE(viewBox),
38 SkScalar viewBox[4]; local
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/
H A DSkSVGSVG.cpp21 SVG_ATTRIBUTE(viewBox),
38 SkScalar viewBox[4]; local
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/svg/
H A DSVGFitToViewBox.h77 SVGAnimatedRect* viewBox() const { return m_viewBox.get(); } function in class:blink::SVGFitToViewBox
H A DPatternAttributes.h59 FloatRect viewBox() const { return m_viewBox; } function in struct:blink::PatternAttributes

Completed in 1822 milliseconds