Home | History | Annotate | Download | only in core

Lines Matching full:prev

252             runs[0] = runs[-2]; // set new top to prev bottom
1168 // prev-right < next-left. We rely on this optimization in places such as
1207 const SkRegion::RunType* prev = runs;
1209 int intervals = SkToInt((runs - prev) >> 1);
1210 SkASSERT(prev[-1] == intervals);