Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts430 colors?: Float32Array | ColorIntArray | null, indices?: number[] | null,
1428 blendMode?: BlendMode | null, colors?: ColorIntArray | null,
1626 colors?: ColorIntArray | Color[] | null,
4380 export type ColorIntArray = MallocObj | Uint32Array | number[]; alias