Home
last modified time | relevance | path

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

/external/skia/site/docs/user/modules/
Dparticles.md3 title: "Particles"
4 linkTitle: "Particles"
12 drawing primitives with dynamic, animated behavior. Particles can be used to
/external/skia/modules/canvaskit/
Dparticles_bindings.cpp94 EMSCRIPTEN_BINDINGS(Particles) { in EMSCRIPTEN_BINDINGS() argument
DCHANGELOG.md83 - Particles now use a single code string containing both Effect and Particle code. Uniform APIs are
515 - Particles module now exposes effect uniforms, which can be modified for live-updating.
553 - A "Core" build that removes Fonts, the Skottie animation player, the Particles demo,
576 However, we no longer ship the Skottie animation player, nor the Particles demo. Further,
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts400 MakeParticles(json: string, assets?: Record<string, ArrayBuffer>): Particles;
939 export interface Particles extends EmbindObject<Particles> { interface