Lines Matching full:base
1183 SkIRect& base = boundsCheck.mBounds;
1184 if (base.fLeft < over.fRight && base.fRight > over.fRight)
1185 base.fLeft = over.fRight;
1186 else if (base.fRight > over.fLeft && base.fLeft < over.fLeft)
1187 base.fRight = over.fLeft;
1188 if (base.fTop < over.fBottom && base.fBottom > over.fBottom)
1189 base.fTop = over.fBottom;
1190 else if (base.fBottom > over.fTop && base.fTop < over.fTop)
1191 base.fBottom = over.fTop;
1197 base.fLeft, base.fTop, base.fRight, base.fBottom);
1199 best->setMouseBounds(WebCore::IntRect(bounds.x() + base.fLeft - kMargin,
1200 bounds.y() + base.fTop - kMargin, base.width(), base.height()));
1457 CachedRoot* CachedRoot::Debug::base() const {
1469 CachedRoot* b = base();