Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dfireworks.c116 float normx = curr->xvel / speed; in stepParticles() local
119 normx * WIND_RESISTANCE * deltaMilliseconds; in stepParticles()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureBarrierTests.cpp268 float normx = (((float)x) / GRID_SIZE); in generateVertexData() local
272 grid[x][y].x = normx * 2.f - 1.f + deFloatSin(normx * DE_PI * 13.f) * 0.3f / GRID_SIZE; in generateVertexData()