Searched refs:InputVector3 (Results 1 – 1 of 1) sorted by relevance
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 143 getShadowLocalBounds(ctm: InputMatrix, path: Path, zPlaneParams: InputVector3, 144 lightPos: InputVector3, lightRadius: number, flags: number, 1388 drawShadow(path: Path, zPlaneParams: InputVector3, lightPos: InputVector3, lightRadius: number, 3727 export type InputVector3 = MallocObj | Vector3 | Float32Array; alias
|