Home | History | Annotate | Download | only in core

Lines Matching refs:top

40     int top = *runs++;
41 if (top <= y)
52 top = bot;
62 assert_sentinel(runs[0], false); // top
168 bool SkRegion::setRect(int32_t left, int32_t top, int32_t right, int32_t bottom)
170 if (left >= right || top >= bottom)
174 fBounds.set(left, top, right, bottom);
230 // skip the top
260 // trim off any empty spans from the top and bottom
265 assert_sentinel(runs[0], false); // top
270 runs[0] = runs[-1]; // set new top to prev bottom
310 SkDebugf(" top: %d\n", *r++);
352 runs += 1; // skip top-Y
530 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
727 RgnOper(int top, SkRegion::RunType dst[], SkRegion::Op op)
739 fTop = (SkRegion::RunType)(top); // just a first guess, we might update this
805 int top, bot SK_INIT_TO_AVOID_WARNING;
815 top = a_top;
828 top = b_top;
841 top = a_top; // or b_top
856 if (top > prevBot)
857 oper.addSpan(top, &sentinel, &sentinel);
894 interval, but we can first trim off the const overhead of the initial TOP
906 intervals: TOP + N * (BOTTOM LEFT RIGHT SENTINEL) + SENTINEL