Lines Matching refs:bottom
97 assert_sentinel(runs[1], false); // bottom
187 SkRegion_kRunTypeSentinel == r.bottom()) {
281 // trim off any empty spans from the top and bottom
286 assert_sentinel(runs[1], false); // bottom
291 runs[0] = runs[-2]; // set new top to prev bottom
302 if (stop[-5] == SkRegion_kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs
310 assert_sentinel(stop[-6], false); // last bottom
622 int bottom = *sruns++;
623 if (bottom == SkRegion_kRunTypeSentinel) {
626 *druns++ = (SkRegion::RunType)(bottom + dy); // bottom;
840 void addSpan(int bottom, const SkRegionPriv::RunType a_runs[],
857 (*fArray)[fPrevDst - 2] = (SkRegionPriv::RunType)bottom;
860 fTop = (SkRegionPriv::RunType)bottom; // just update our bottom
862 (*fArray)[start - 2] = (SkRegionPriv::RunType)bottom;
899 0, // fake bottom value
1599 // read next bottom or sentinel