Home
last modified time | relevance | path

Searched defs:viewBox (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/gm/
Dcrbug_1113794.cpp26 SkMatrix viewBox = SkMatrix::RectToRect(SkRect::MakeWH(100, 100), SkRect::MakeWH(600, 200)); variable
Dpictureimagegenerator.cpp41 static void draw_vector_logo(SkCanvas* canvas, const SkRect& viewBox) { in draw_vector_logo()
/third_party/skia/modules/svg/src/
DSkSVGSVG.cpp23 const SkRect& viewBox = *fViewBox; in onPrepareToRender() local
DSkSVGImage.cpp70 const SkRect viewBox = SkRect::Make(image->bounds()); in LoadImage() local
DSkSVGNode.cpp132 SkMatrix SkSVGNode::ComputeViewboxMatrix(const SkRect& viewBox, in ComputeViewboxMatrix()
DSkSVGDOM.cpp99 SkSVGViewBoxType viewBox; in SetViewBoxAttribute() local
/third_party/flutter/skia/experimental/svg/model/
DSkSVGSVG.cpp21 const SkRect& viewBox = *fViewBox.get(); in onPrepareToRender() local
DSkSVGDOM.cpp136 SkSVGViewBoxType viewBox; in SetViewBoxAttribute() local
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen-input-demo.ts101 const viewBox: string = (/ viewBox="([^"]*)"/.exec(code) as RegExpExecArray)[1]; constant
/third_party/flutter/skia/gm/
Dpictureimagegenerator.cpp41 static void draw_vector_logo(SkCanvas* canvas, const SkRect& viewBox) { in draw_vector_logo()
/third_party/typescript/tests/lib/
Dreact.d.ts2115 viewBox?: string; property
Dlib.d.ts16559 viewBox: SVGAnimatedRect; property
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js6086 "viewBox": "0 0 " + 1000 * width + " " + 1000 * height, property
7479 "viewBox": "0 0 " + viewBoxWidth + " " + viewBoxHeight, property
7521 "viewBox": "0 0 " + viewBoxWidth + " " + _viewBoxHeight, property
8592 "viewBox": "0 0 400000 " + viewBoxHeight, property
Dkatex.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.katex=e():t.katex=e()}("undefined… property
Dkatex.mjs6070 "viewBox": "0 0 " + 1000 * width + " " + 1000 * height, property
7398 "viewBox": `0 0 ${viewBoxWidth} ${viewBoxHeight}`, property
7438 "viewBox": `0 0 ${viewBoxWidth} ${viewBoxHeight}`, property
8473 "viewBox": "0 0 400000 " + viewBoxHeight, property
/third_party/typescript/lib/
Dlib.dom.d.ts13653 readonly viewBox: SVGAnimatedRect; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts13633 readonly viewBox: SVGAnimatedRect; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82781 static nsIAtom* viewBox; member in nsGkAtoms