Home
last modified time | relevance | path

Searched refs:nextBiasedBool (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/include/utils/
DSkRandom.h117 bool nextBiasedBool(SkScalar fractionTrue) { in nextBiasedBool() function
/third_party/flutter/skia/include/utils/
DSkRandom.h117 bool nextBiasedBool(SkScalar fractionTrue) { in nextBiasedBool() function
/third_party/flutter/skia/tests/
DLListTest.cpp220 if (list1.isEmpty() || random.nextBiasedBool(3 * SK_Scalar1 / 4)) { in test_tllist()
DClipStackTest.cpp1000 bool doAA = r.nextBiasedBool(kFractionAntialiased); in test_reduced_clip_stack()
1035 bool invert = r.nextBiasedBool(kFractionInverted); in test_reduced_clip_stack()