Home
last modified time | relevance | path

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

/external/skia/gm/
Dimageblur.cpp29 textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in imageblurgm_draw()
Dimageblur2.cpp68 textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in onDraw()
Dimagemagnifier.cpp35 paint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM_BG()
/external/skia/include/utils/
DSkRandom.h75 uint32_t nextBits(unsigned bitCount) { in nextBits() function
/external/skia/src/effects/
DSkTableColorFilter.cpp569 luts[j][i] = SkToU8(d->fRandom->nextBits(8)); in TestCreate()