Searched refs:nextBits (Results 1 – 5 of 5) sorted by relevance
49 paint.setColor(rand.nextBits(24) | 0xFF000000); in onDraw()
48 textPaint.setColor(rand.nextBits(24) | 0xFF000000); in onDraw()
67 textPaint.setColor(rand.nextBits(24) | 0xFF000000); in onDraw()
74 uint32_t nextBits(unsigned bitCount) { in nextBits() function
566 luts[j][i] = SkToU8(random->nextBits(8)); in TestCreate()