Home
last modified time | relevance | path

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

/external/skqp/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/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/skqp/include/utils/
DSkRandom.h76 uint32_t nextBits(unsigned bitCount) { in nextBits() function
/external/skia/include/utils/
DSkRandom.h76 uint32_t nextBits(unsigned bitCount) { in nextBits() function
/external/skia/src/effects/
DSkTableColorFilter.cpp536 luts[j][i] = SkToU8(d->fRandom->nextBits(8)); in TestCreate()
/external/skqp/src/effects/
DSkTableColorFilter.cpp525 luts[j][i] = SkToU8(d->fRandom->nextBits(8)); in TestCreate()