Lines Matching full:result2
1551 unsigned result2 = SkDivBits(y, x, 6);1552 SkASSERT(result2 == result ||1553 (result == 1 && result2 == 0));