Home | History | Annotate | Download | only in nav

Lines Matching refs:top

227         SkFixed lineHeight = SkIntToFixed(bottom() - top());
358 int top() {
425 int dy = top() + bottom() - (mFocusY << 1);
433 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom());
495 int dy = ((top() + bottom()) >> 1) - mFocusY;
513 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom());
557 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom());
580 mBestBounds.set(rect.fLeft, top(), rect.fRight, bottom());
629 // is the text to collect between the selection top and bottom?
799 full.set(rect.fLeft, top(), rect.fRight, bottom());
917 DBG_NAV_LOGD("order=%d start=%d end=%d top=%d", order, start, end,
936 full.set(rect.fLeft, top(), rect.fRight, bottom());
1029 virtual void drawSprite(const SkBitmap& bitmap, int left, int top,
1459 int top = m_selStart.fBottom + CONTROL_HEIGHT / 2;
1460 if (hitCorner(left, top, x, y))
1536 int top = m_selStart.fBottom + CONTROL_HEIGHT / 2;
1537 m_hitTopLeft = hitCorner(left, top, x, y);
1541 DBG_NAV_LOGD("left=%d top=%d right=%d bottom=%d x=%d y=%d", left, top,
1543 if (m_hitTopLeft && (!hitBottomRight || y - top < bottom - y)) {
1544 DBG_NAV_LOG("hit top left");