Home | History | Annotate | Download | only in nav

Lines Matching defs:less

1432         SkIRect less;
1433 region[index].round(&less);
1434 DBG_NAV_LOGD("less=(%d,%d,w=%d,h=%d)", less.fLeft, less.fTop,
1435 less.width(), less.height());
1436 mBaseUncovered.op(less, SkRegion::kDifference_Op);
1439 less.offset(offset.width(), offset.height());
1440 baseScrolled.op(less, SkRegion::kDifference_Op);