Home | History | Annotate | Download | only in nav

Lines Matching refs:fLeft

170         translate(SkIntToScalar(-area.fLeft), SkIntToScalar(-area.fTop));
400 , mFocusX(x - area.fLeft)
410 mBestBounds.offset(area.fLeft, area.fTop);
412 mBestBounds.fLeft, mBestBounds.fTop, mBestBounds.fRight,
424 int dx = rect.fLeft + rect.fRight - (mFocusX << 1);
433 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom());
436 mBestBounds.fLeft, mBestBounds.fTop,
494 int dx = mLeft ? mFocusX - rect.fRight : rect.fLeft - mFocusX;
496 if (mLeft ? mFocusX <= rect.fLeft : mFocusX >= rect.fRight) {
498 DBG_NAV_LOGD("EdgeCheck fLeft=%d fRight=%d mFocusX=%d dx=%d dy=%d",
499 rect.fLeft, rect.fRight, mFocusX, dx, dy);
513 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom());
516 mBestBounds.fLeft, mBestBounds.fTop,
525 DBG_NAV_LOGD("EdgeCheck mFocusX=%d mLeft=%s bounds.fLeft=%d bounds.fRight=%d",
526 mFocusX, mLeft ? "true" : "false", bounds.fLeft, bounds.fRight);
528 mFocusX = mLeft ? bounds.fLeft : bounds.fRight;
557 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom());
580 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom());
612 mEnd.offset(-area.fLeft, -area.fTop);
618 mStart.offset(-area.fLeft, -area.fTop);
623 mStart.fLeft, mStart.fTop, mStart.fRight, mStart.fBottom, mStartBase,
624 mEnd.fLeft, mEnd.fTop, mEnd.fRight, mEnd.fBottom, mEndBase);
635 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase,
636 mLast.fLeft, mLast.fTop, mLast.fRight, mLast.fBottom, mLastBase);
641 && full.fLeft < mStart.fLeft) {
647 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase,
648 mLast.fLeft, mLast.fTop, mLast.fRight, mLast.fBottom, mLastBase,
649 mStart.fLeft, mStart.fTop, mStart.fRight, mStart.fBottom, mStartBase);
661 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase,
662 mLast.fLeft, mLast.fTop, mLast.fRight, mLast.fBottom, mLastBase,
663 mEnd.fLeft, mEnd.fTop, mEnd.fRight, mEnd.fBottom, mEndBase);
672 mSelectRect.fLeft, mSelectRect.fTop, mSelectRect.fRight, mSelectRect.fBottom,
673 mStartExtra.fLeft, mStartExtra.fTop, mStartExtra.fRight, mStartExtra.fBottom);
674 if (mStartExtra.fRight + spaceGap >= mStart.fLeft)
682 mSelectRect.fLeft, mSelectRect.fTop, mSelectRect.fRight, mSelectRect.fBottom,
683 mEndExtra.fLeft, mEndExtra.fTop, mEndExtra.fRight, mEndExtra.fBottom);
684 if (mEndExtra.fLeft - spaceGap <= mEnd.fRight)
689 bool adjacent = (full.fLeft - mLast.fRight) < spaceGap;
696 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase,
697 mLast.fLeft, mLast.fTop, mLast.fRight, mLast.fBottom, mLastBase,
698 mSelectRect.fLeft, mSelectRect.fTop, mSelectRect.fRight, mSelectRect.fBottom);
710 mLast.fLeft, mLast.fTop, mLast.fRight, mLast.fBottom, mLastBase,
711 full.fLeft, full.fTop, full.fRight, full.fBottom, fullBase,
712 mSelectRect.fLeft, mSelectRect.fTop, mSelectRect.fRight, mSelectRect.fBottom,
713 mStartExtra.fLeft, mStartExtra.fTop, mStartExtra.fRight, mStartExtra.fBottom,
714 mEndExtra.fLeft, mEndExtra.fTop, mEndExtra.fRight, mEndExtra.fBottom);
740 mSelectRect.fLeft, mSelectRect.fTop, mSelectRect.fRight, mSelectRect.fBottom);
776 mLast.fLeft, mLast.fTop, mLast.fRight, mLast.fBottom);
799 full.set(rect.fLeft, top(), rect.fRight, bottom());
811 full.fLeft, full.fTop, full.fRight, full.fBottom);
820 mLast.fLeft, mLast.fTop, mLast.fRight, mLast.fBottom);
828 full.fLeft, full.fTop, full.fRight, full.fBottom);
936 full.set(rect.fLeft, top(), rect.fRight, bottom());
1005 translate(SkIntToScalar(-area.fLeft), SkIntToScalar(-area.fTop));
1062 area.fLeft, area.fTop, area.fRight, area.fBottom,
1063 selStart.fLeft, selStart.fTop, selStart.fRight, selStart.fBottom,
1064 selEnd.fLeft, selEnd.fTop, selEnd.fRight, selEnd.fBottom);
1074 region->translate(area.fLeft, area.fTop);
1081 DBG_NAV_LOGD("area=(%d, %d, %d, %d)", area.fLeft, area.fTop,
1101 closest.fLeft, closest.fTop, closest.fRight, closest.fBottom,
1102 area.fLeft, area.fTop, area.fRight, area.fBottom, x, y);
1108 &edge, &picture, area.fLeft, area.fTop, area.fRight, area.fBottom);
1132 result.offset(area.fLeft, area.fTop);
1334 m_selStart.fLeft, m_selStart.fTop, m_selStart.fRight, m_selStart.fBottom,
1335 m_selEnd.fLeft, m_selEnd.fTop, m_selEnd.fRight, m_selEnd.fBottom);
1348 canvas->translate(m_selStart.fLeft, m_selStart.fBottom);
1370 DBG_NAV_LOGD("selStart clip=(%d,%d,%d,%d)", clipRect.fLeft,
1384 clipRect.set(m_selStart.fLeft, m_selStart.fTop, x, y);
1388 DBG_NAV_LOGD("extend clip=(%d,%d,%d,%d)", clipRect.fLeft,
1396 found.fLeft, found.fTop, found.fRight, found.fBottom,
1418 clipRect.fLeft, clipRect.fTop, clipRect.fRight, clipRect.fBottom,
1419 m_selStart.fLeft, m_selStart.fTop, m_selStart.fRight, m_selStart.fBottom,
1420 m_selEnd.fLeft, m_selEnd.fTop, m_selEnd.fRight, m_selEnd.fBottom);
1458 int left = m_selStart.fLeft - CONTROL_WIDTH / 2;
1495 m_selStart.fLeft, m_selStart.fTop, m_selStart.fRight, m_selStart.fBottom,
1496 m_selEnd.fLeft, m_selEnd.fTop, m_selEnd.fRight, m_selEnd.fBottom);
1517 return m_hitTopLeft ? m_selStart.fLeft : m_selEnd.fRight;
1535 int left = m_selStart.fLeft - CONTROL_WIDTH / 2;
1563 int x = m_selStart.fLeft;
1566 clipRect.fLeft -= m_visibleRect.width() >> 1;
1583 m_selStart.fLeft, m_selStart.fTop, m_selStart.fRight, m_selStart.fBottom,
1584 m_selEnd.fLeft, m_selEnd.fTop, m_selEnd.fRight, m_selEnd.fBottom);
1596 && m_selStart.fRight > m_selEnd.fLeft))