Searched refs:nextBits (Results 1 – 6 of 6) sorted by relevance
35 textPaint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in imageblurgm_draw()
55 textPaint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM()
56 paint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in __anonb6dfdffb0102()
47 paint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM_BG()
68 uint32_t nextBits(unsigned bitCount) { in nextBits() function
212 luts[j][i] = SkToU8(d->fRandom->nextBits(8)); in TestCreate()