Home | History | Annotate | Download | only in samplecode

Lines Matching defs:shift

2312     int shift = 32 - bits;
2313 rect->set(rand.nextU() >> shift, rand.nextU() >> shift,
2314 rand.nextU() >> shift, rand.nextU() >> shift);