Lines Matching defs:top
93 assert_sentinel(runs[0], false); // top
281 // trim off any empty spans from the top and bottom
285 assert_sentinel(runs[0], false); // top
291 runs[0] = runs[-2]; // set new top to prev bottom
620 *druns++ = (SkRegion::RunType)(*sruns++ + dy); // top
833 RgnOper(int top, RunArray* array, SkRegion::Op op)
837 , fTop((SkRegionPriv::RunType)top) // just a first guess, we might update this
932 int top, bot SK_INIT_TO_AVOID_WARNING;
939 top = a_top;
948 top = b_top;
957 top = a_top; // or b_top
970 if (top > prevBot) {
971 oper.addSpan(top, gSentinel, gSentinel);
1582 int32_t top = *p++;
1587 visitor({ p[0], top, p[1], bot });
1591 for (int y = top; y < bot; ++y) {
1600 top = bot;