Searched defs:left_half (Results 1 – 3 of 3) sorted by relevance
186 void RectF::SplitVertically(RectF* left_half, RectF* right_half) const { in SplitVertically()
260 void Rect::SplitVertically(Rect* left_half, Rect* right_half) const { in SplitVertically()
307 Rect left_half, right_half; in TEST() local