Lines Matching refs:top
31 top = 0;38 if (top<rhs.top) {40 } else if (top == rhs.top) {59 bottom -= top - y;61 top = y;68 top += y;76 const Rect result(left+rhs.x, top+rhs.y, right+rhs.x, bottom+rhs.y);82 const Rect result(left-rhs.x, top-rhs.y, right-rhs.x, bottom-rhs.y);89 result->top = max(top, with.top);