Lines Matching full:bottom
21 CLST_Rect() { left = top = right = bottom = 0.0f; } in CLST_Rect()
30 bottom = other_bottom; in CLST_Rect()
37 bottom = rect.bottom; in CLST_Rect()
42 void Default() { left = top = right = bottom = 0.0f; } in Default()
48 bottom = rect.bottom;
62 if (top > bottom) in Height()
63 return top - bottom; in Height()
64 return bottom - top; in Height()
69 CFX_PointF RightBottom() const { return CFX_PointF(right, bottom); } in RightBottom()
75 bottom += point.y;
84 bottom -= point.y;
91 bottom + point.y);
96 bottom - point.y);
141 return CFX_PointF(m_rcPlate.right, m_rcPlate.bottom); in GetETPoint()
154 InnerToOuter(CFX_PointF(rect.right, rect.bottom)); in InnerToOuter()
161 OuterToInner(CFX_PointF(rect.right, rect.bottom)); in OuterToInner()