Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DExplodingInputStream.java183 final int distanceLow = (int) bits.nextBits(distanceLowSize); in fillBuffer()
193 length += bits.nextBits(8); in fillBuffer()
DBitStream.java54 long nextBits(final int n) throws IOException { in nextBits() method in BitStream
/external/skia/gm/
Dimageblur.cpp28 textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in imageblurgm_draw()
Dimageblur2.cpp48 textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM()
Dimagemagnifier.cpp35 paint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM_BG()
/external/skqp/gm/
Dimageblur.cpp28 textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in imageblurgm_draw()
Dimageblur2.cpp48 textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM()
Dimagemagnifier.cpp35 paint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000)); in DEF_SIMPLE_GM_BG()
/external/skqp/include/utils/
DSkRandom.h68 uint32_t nextBits(unsigned bitCount) { in nextBits() function
/external/skia/include/utils/
DSkRandom.h68 uint32_t nextBits(unsigned bitCount) { in nextBits() function
/external/skia/src/effects/
DSkTableColorFilter.cpp439 luts[j][i] = SkToU8(d->fRandom->nextBits(8)); in TestCreate()
/external/skqp/src/effects/
DSkTableColorFilter.cpp435 luts[j][i] = SkToU8(d->fRandom->nextBits(8)); in TestCreate()
/external/kotlinc/lib/
Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/jvm/ kotlin/ ...