Searched refs:maxTriOffset (Results 1 – 1 of 1) sorted by relevance
151 const float maxTriOffset = 1.0f; in randomizeDrawOp() local182 position.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()183 position.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()203 p1.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()204 p1.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()208 p2.x() = cx + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()209 p2.y() = cy + rnd.getFloat(-maxTriOffset, maxTriOffset); in randomizeDrawOp()