Lines Matching refs:top
22 top = point.y; in SetLeftTop()
46 top = point.y; in SetRightTop()
55 top += point.y; in InsetBy()
65 top += dy; in InsetBy()
109 top += point.y; in OffsetBy()
119 top += dy; in OffsetBy()
163 bottom = (bottom - top) + point.y; in OffsetTo()
164 top = point.y; in OffsetTo()
173 bottom = (bottom - top) + y; in OffsetTo()
174 top=y; in OffsetTo()
215 printf("BRect(l:%.1f, t:%.1f, r:%.1f, b:%.1f)\n", left, top, right, bottom); in PrintToStream()
223 top == other.top && bottom == other.bottom; in operator ==()
237 return BRect(std::max(left, other.left), std::max(top, other.top), in operator &()
245 return BRect(std::min(left, other.left), std::min(top, other.top), in operator |()
257 || rect.top > bottom || rect.bottom < top); in Intersects()
265 && point.y >= top && point.y <= bottom; in Contains()
273 && rect.top >= top && rect.bottom <= bottom; in Contains()