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