Home
last modified time | relevance | path

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

/third_party/skia/site/docs/user/modules/
Dquickstart.md162 let dirY = 1;
170 dirY *= -1; // reverse y direction when hitting top and bottom walls
174 y += dirY;
202 let dirY = 1;
210 dirY *= -1; // reverse y direction when hitting top and bottom walls
214 y += dirY;
/third_party/flutter/skia/modules/particles/src/
DSkParticleDrawable.cpp31 float posX, float posY, float dirX, float dirY, float scale) { in make_rsxform() argument
33 const float c = -dirY * scale; in make_rsxform()
/third_party/skia/modules/particles/src/
DSkParticleDrawable.cpp33 float posX, float posY, float dirX, float dirY, float scale) { in make_rsxform() argument
35 const float c = -dirY * scale; in make_rsxform()