Searched refs:ParticlesGM (Results 1 – 1 of 1) sorted by relevance
/external/skia/gm/ |
D | particles.cpp | 25 class ParticlesGM : public skiagm::GM { class 27 ParticlesGM(const char* name, in ParticlesGM() function in ParticlesGM 90 DEF_GM(return new ParticlesGM("confetti", 1.0, {400, 400}, {200, 200});) 91 DEF_GM(return new ParticlesGM("cube", 1.0, {400, 400}, {200, 200});) 92 DEF_GM(return new ParticlesGM("curves", 4.0, {100, 200}, { 50, 190});) 93 DEF_GM(return new ParticlesGM("mandrill", 1.0, {250, 250}, { 25, 25});) 94 DEF_GM(return new ParticlesGM("spiral", 2.0, {250, 250}, {125, 125});) 95 DEF_GM(return new ParticlesGM("sprite_frame", 1.0, {200, 200}, {100, 100});) 96 DEF_GM(return new ParticlesGM("text", 1.0, {250, 110}, { 10, 100});) 97 DEF_GM(return new ParticlesGM("uniforms", 2.0, {250, 250}, {125, 125},
|