Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
DEllipseSpawnShapeValue.java29 float minT =0, maxT = MathUtils.PI2; in spawnAux() local
31 maxT = MathUtils.PI; in spawnAux()
34 maxT = -MathUtils.PI; in spawnAux()
36 float t = MathUtils.random(minT, maxT); in spawnAux()
/external/skia/src/core/
DSkRegion.cpp215 int maxT; in count_runtype_values() local
218 maxT = 2; in count_runtype_values()
221 maxT = fRunHead->getIntervalCount() * 2; in count_runtype_values()
225 return maxT; in count_runtype_values()