Home
last modified time | relevance | path

Searched refs:SVGMatrix (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/modules/pathkit/
Dexterns.js114 function SVGMatrix(){} class
120 SVGMatrix.prototype.a;
126 SVGMatrix.prototype.b;
132 SVGMatrix.prototype.c;
138 SVGMatrix.prototype.d;
144 SVGMatrix.prototype.e;
150 SVGMatrix.prototype.f;
/third_party/skia/modules/pathkit/
Dexterns.js114 function SVGMatrix(){} class
120 SVGMatrix.prototype.a;
126 SVGMatrix.prototype.b;
132 SVGMatrix.prototype.c;
138 SVGMatrix.prototype.d;
144 SVGMatrix.prototype.e;
150 SVGMatrix.prototype.f;
/third_party/typescript/tests/lib/
Dlib.d.ts13436 interface SVGMatrix { interface
13443 flipX(): SVGMatrix;
13444 flipY(): SVGMatrix;
13445 inverse(): SVGMatrix;
13446 multiply(secondMatrix: SVGMatrix): SVGMatrix;
13447 rotate(angle: number): SVGMatrix;
13448 rotateFromVector(x: number, y: number): SVGMatrix;
13449 scale(scaleFactor: number): SVGMatrix;
13450 scaleNonUniform(scaleFactorX: number, scaleFactorY: number): SVGMatrix;
13451 skewX(angle: number): SVGMatrix;
[all …]
/third_party/skia/site/docs/user/modules/
Dpathkit.md386 [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix), a
398 [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix), which
/third_party/flutter/skia/site/user/modules/
Dpathkit.md365 **transform** - [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix),
375 [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix),
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …t" | "DOMError" | "DOMException" | "DOMImplementation" | "DOMMatrix" | "SVGMatrix" | "WebKitCSSMat…
DmappedTypeRecursiveInference.types100 …MError: any; DOMException: any; DOMImplementation: any; DOMMatrix: any; SVGMatrix: any; WebKitCSSM…
102 …MError: any; DOMException: any; DOMImplementation: any; DOMMatrix: any; SVGMatrix: any; WebKitCSSM…
108 …MError: any; DOMException: any; DOMImplementation: any; DOMMatrix: any; SVGMatrix: any; WebKitCSSM…
110 …MError: any; DOMException: any; DOMImplementation: any; DOMMatrix: any; SVGMatrix: any; WebKitCSSM…
/third_party/typescript/lib/
Dlib.dom.d.ts3943 type SVGMatrix = DOMMatrix; alias
3944 declare var SVGMatrix: typeof DOMMatrix; variable
14454 createSVGMatrix(): SVGMatrix;
14459 createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform;
14704 readonly matrix: SVGMatrix;
14706 setMatrix(matrix: SVGMatrix): void;
14739 createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform;
/third_party/typescript/src/lib/
Ddom.generated.d.ts3923 type SVGMatrix = DOMMatrix; alias
3924 declare var SVGMatrix: typeof DOMMatrix; variable
14434 createSVGMatrix(): SVGMatrix;
14439 createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform;
14684 readonly matrix: SVGMatrix;
14686 setMatrix(matrix: SVGMatrix): void;
14719 createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform;
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Ddom.ts2450 SVGMatrix: {