Searched refs:viewBox (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/svg/parser/ |
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() 46 SkRect box = SkRect::MakeLTRB(viewBox[0] / width, viewBox[1] / height, in translate() 47 viewBox[2] / width, viewBox[3] / height); in translate()
|
D | SkSVGSymbol.cpp | 14 SVG_ATTRIBUTE(viewBox)
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | tests11.dat | 2 …='' systemLanguage='' tableValues='' targetX='' targetY='' textLength='' viewBox='' viewTarget='' … 67 | viewBox="" 139 | viewBox="" 211 | viewBox="" 218 …='' systemLanguage='' tableValues='' targetX='' targetY='' textLength='' viewBox='' viewTarget='' …
|
/external/skia/gm/ |
D | pictureimagegenerator.cpp | 18 static void draw_vector_logo(SkCanvas* canvas, const SkRect& viewBox) { in draw_vector_logo() argument 47 m.setRectToRect(skiaBox, viewBox, SkMatrix::kFill_ScaleToFit); in draw_vector_logo()
|
/external/opencv3/doc/pattern_tools/ |
D | gen_pattern.py | 61 …th="%d%s"%(self.width,self.units),height="%d%s"%(self.height,self.units),viewBox="0 0 %d %d"%(self…
|
D | svgfig.py | 2081 …G("symbol", SVG("circle", cx=0, cy=0, r=1, stroke="none", fill="black"), viewBox="0 0 1 1", overfl… 2082 …ol", SVG("rect", x1=-1, y1=-1, x2=1, y2=1, stroke="none", fill="black"), viewBox="0 0 1 1", overfl… 2083 …h", d="M -1 0.866 L 1 0.866 L 0 -0.866 Z", stroke="none", fill="black"), viewBox="0 0 1 1", overfl… 2084 …", d="M -1 -0.866 L 1 -0.866 L 0 0.866 Z", stroke="none", fill="black"), viewBox="0 0 1 1", overfl… 2161 …marker", SVG("path", d="M 9 3.6 L 10.5 0 L 0 3.6 L 10.5 7.2 L 9 3.6 Z"), viewBox="0 0 10.5 7.2", r… 2162 …arker", SVG("path", d="M 1.5 3.6 L 0 0 L 10.5 3.6 L 0 7.2 L 1.5 3.6 Z"), viewBox="0 0 10.5 7.2", r…
|
/external/skia/site/dev/tools/ |
D | markdown.md | 134 <svg viewBox="0 0 24 24" height="24px" width="24px" style="display: inline;">
|