Searched refs:fractionTrue (Results 1 – 2 of 2) sorted by relevance
125 bool nextBiasedBool(SkScalar fractionTrue) { in nextBiasedBool() argument126 SkASSERT(fractionTrue >= 0 && fractionTrue <= SK_Scalar1); in nextBiasedBool()127 return this->nextUScalar1() <= fractionTrue; in nextBiasedBool()