Lines Matching refs:top
57 left = top = 0;
64 top = t;
71 top = lt.y;
80 top = static_cast<int32_t>(floatRect.top + 0.5f);
87 top = 0;
95 left = top = right = bottom = 0;
117 return bottom - top;
124 return Rect(right - left, bottom - top);
129 top = lt.y;
139 return Point(left, top);
145 return Point(right, top);
153 return (left == rhs.left) && (top == rhs.top) &&
177 bottom -= top;
178 left = top = 0;
207 return Rect(FloatRect(left * scaleX, top * scaleY, right * scaleX, bottom * scaleY));
224 return {static_cast<float>(left), static_cast<float>(top),
242 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);