Searched refs:Particles (Results 1 – 4 of 4) sorted by relevance
/external/skia/site/docs/user/modules/ |
D | particles.md | 3 title: "Particles" 4 linkTitle: "Particles" 12 drawing primitives with dynamic, animated behavior. Particles can be used to
|
/external/skia/modules/canvaskit/ |
D | particles_bindings.cpp | 94 EMSCRIPTEN_BINDINGS(Particles) { in EMSCRIPTEN_BINDINGS() argument
|
D | CHANGELOG.md | 83 - 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/ |
D | index.d.ts | 400 MakeParticles(json: string, assets?: Record<string, ArrayBuffer>): Particles; 939 export interface Particles extends EmbindObject<Particles> { interface
|