Home
last modified time | relevance | path

Searched refs:nextBits (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/gm/
Dimageblur.cpp35 textPaint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in imageblurgm_draw()
Dimageblur2.cpp55 textPaint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM()
Druntimeimagefilter.cpp56 paint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in __anonb6dfdffb0102()
Dimagemagnifier.cpp47 paint.setColor(ToolUtils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM_BG()
/third_party/skia/include/utils/
DSkRandom.h68 uint32_t nextBits(unsigned bitCount) { in nextBits() function
/third_party/skia/src/effects/
DSkTableColorFilter.cpp212 luts[j][i] = SkToU8(d->fRandom->nextBits(8)); in TestCreate()