Home | History | Annotate | Download | only in ui

Lines Matching refs:left

40         left = top = 0;
46 left = l;
53 left = lt.x;
62 left = top = right = bottom = 0;
77 return right - left;
86 return Rect(right - left, bottom - top);
90 left = lt.x;
101 return Point(left, top);
110 return Point(left, bottom);
115 return (left == rhs.left) && (top == rhs.top) &&
138 right -= left;
140 left = top = 0;