Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/public/
H A Daggregation.ts45 type TypedArrayConstructor = alias
53 readonly columnConstructor: TypedArrayConstructor;
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts169 Malloc(typedArray: TypedArrayConstructor, len: number): MallocObj;
4374 export type TypedArrayConstructor = Float32ArrayConstructor | Int32ArrayConstructor | alias