Home | History | Annotate | Download | only in nav

Lines Matching refs:closest

1700     SkIRect closest = findClosest(center, picture, &closestBase);
1701 SkIRect sloppy = closest;
1719 DBG_NAV_LOGD("closest=%d,%d,%d,%d", closest.fLeft,
1720 closest.fTop, closest.fRight, closest.fBottom);
1721 return closest;
1909 const SkIRect& closest = findClosest(center, *picture, &base);
1910 return IntPoint((closest.fLeft + closest.fRight) >> 1,
1911 (closest.fTop + closest.fBottom) >> 1);