Lines Matching defs:closest
1097 SkIRect closest = findClosest(center, picture, area, &closestBase);
1098 closest.inset(-TOUCH_SLOP, -TOUCH_SLOP);
1099 if (!closest.contains(x, y)) {
1100 DBG_NAV_LOGD("closest=(%d, %d, %d, %d) area=(%d, %d, %d, %d) x/y=%d,%d",
1101 closest.fLeft, closest.fTop, closest.fRight, closest.fBottom,