Searched refs:nextBits (Results 1 – 5 of 5) sorted by relevance
29 textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in imageblurgm_draw()
68 textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in onDraw()
35 paint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM_BG()
75 uint32_t nextBits(unsigned bitCount) { in nextBits() function
569 luts[j][i] = SkToU8(d->fRandom->nextBits(8)); in TestCreate()