Lines Matching refs:left
57 left = top = 0;
63 left = l;
70 left = lt.x;
79 left = static_cast<int32_t>(floatRect.left + 0.5f);
86 left = 0;
95 left = top = right = bottom = 0;
111 return right - left;
124 return Rect(right - left, bottom - top);
128 left = lt.x;
139 return Point(left, top);
148 return Point(left, bottom);
153 return (left == rhs.left) && (top == rhs.top) &&
176 right -= left;
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);