Home | History | Annotate | Download | only in nav

Lines Matching defs:mBounds

144             mDrawnOver.contains(mBounds);
152 if (SkIRect::Intersects(mBounds, rect) == false) {
163 (mBounds.fLeft == rect.fLeft && mBounds.fRight == rect.fRight &&
164 mBounds.fTop >= rect.fTop && mBounds.fBottom <= rect.fBottom) ||
165 (mBounds.fTop == rect.fTop && mBounds.fBottom == rect.fBottom &&
166 mBounds.fLeft >= rect.fLeft && mBounds.fRight <= rect.fRight))) {
209 SkIRect mBounds;
350 mBounds.setEmpty();
410 if (!mBounds.isEmpty() && (mPartial.fTop > mBounds.fBottom + SLOP
411 || mPartial.fBottom < mBounds.fTop - SLOP)) {
413 " mBounds=(%d, %d, %d, %d)",
415 mBounds.fLeft, mBounds.fTop, mBounds.fRight, mBounds.fBottom);
433 if (mBounds.isEmpty())
434 mBounds = mPartial;
435 else if (mPartial.fBottom > mBounds.fBottom) {
437 mBounds.fBottom);
438 mBounds.fBottom = mPartial.fBottom;
445 SkIRect mBounds; // reference bounds
1128 boundsCheck.mBounds.set(leftMargin, topMargin,
1130 boundsCheck.mBoundsSlop = boundsCheck.mBounds;
1146 const SkIRect& m = boundsCheck.mBounds;
1148 DBG_NAV_LOGD("hidden node:%p (%d) mBounds={%d,%d,%d,%d} mBoundsSlop="
1181 SkIRect orig = boundsCheck.mBounds;
1183 SkIRect& base = boundsCheck.mBounds;
1193 const SkIRect& modded = boundsCheck.mBounds;