Lines Matching full:while
396 while (cell) { in _sweep()
417 while(true) { in _findCell()
524 while (true) { in _lineTo()
556 } while(e1.y != e2.y); in _lineTo()
566 } while(e1.y != e2.y); in _lineTo()
620 } while(e1 != e2); in _lineTo()
658 while (true) { in _cubicTo()
719 while (pt < limit) { in _decomposeOutline()
760 while (spans < end && clipSpans < clipEnd) { in _intersectSpansRegion()
773 while(temp < clipEnd && outSpansCnt > 0 && temp->y == clipSpans->y) { in _intersectSpansRegion()
814 while (outSpansCnt > 0 && spans < end) { in _intersectSpansRect()
908 while (band >= bands) { in rleRender()