Home | History | Annotate | Download | only in samplecode

Lines Matching defs:shift

2064     int shift = 32 - bits;
2065 rect->set(rand.nextU() >> shift, rand.nextU() >> shift,
2066 rand.nextU() >> shift, rand.nextU() >> shift);