Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts143 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