Lines Matching refs:top
21 int32 top; variable
80 { return BRect(left, top, in BRect()
120 return IntPoint(right, top); in RightTop()
127 top = left = 0; in IntRect()
136 top = t; in IntRect()
146 top = r.top; in IntRect()
156 top = (int32)r.top; in IntRect()
166 top = leftTop.y; in IntRect()
176 top = from.top;
187 top = t; in Set()
196 return left <= right && top <= bottom; in IsValid()
217 return bottom - top; in IntegerHeight()
224 return bottom - top; in Height()
232 r.top = top; in clipping_rect()