Searched refs:viewBox (Results 1 – 5 of 5) sorted by relevance
21 SVG_ATTRIBUTE(viewBox),38 SkScalar viewBox[4]; in translate() local45 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()
14 SVG_ATTRIBUTE(viewBox)
2 …='' systemLanguage='' tableValues='' targetX='' targetY='' textLength='' viewBox='' viewTarget='' …67 | viewBox=""139 | viewBox=""211 | viewBox=""218 …='' systemLanguage='' tableValues='' targetX='' targetY='' textLength='' viewBox='' viewTarget='' …
18 static void draw_vector_logo(SkCanvas* canvas, const SkRect& viewBox) { in draw_vector_logo() argument47 m.setRectToRect(skiaBox, viewBox, SkMatrix::kFill_ScaleToFit); in draw_vector_logo()
134 <svg viewBox="0 0 24 24" height="24px" width="24px" style="display: inline;">