Searched refs:nextBiasedBool (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h118 bool nextBiasedBool(SkScalar fractionTrue) { function in class:SkLCGRandom
272 bool nextBiasedBool(SkScalar fractionTrue) { function in class:SkRandom
/external/skia/include/utils/
H A DSkRandom.h118 bool nextBiasedBool(SkScalar fractionTrue) { function in class:SkLCGRandom
272 bool nextBiasedBool(SkScalar fractionTrue) { function in class:SkRandom
/external/chromium_org/third_party/skia/tests/
H A DLListTest.cpp205 if (list1.isEmpty() || random.nextBiasedBool(3 * SK_Scalar1 / 4)) {
H A DClipStackTest.cpp948 bool invert = r.nextBiasedBool(kFractionInverted);
/external/skia/tests/
H A DLListTest.cpp205 if (list1.isEmpty() || random.nextBiasedBool(3 * SK_Scalar1 / 4)) {
H A DClipStackTest.cpp948 bool invert = r.nextBiasedBool(kFractionInverted);

Completed in 251 milliseconds