Home
last modified time | relevance | path

Searched refs:SplitVertically (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Drect_f.h153 void SplitVertically(RectF* left_half, RectF* right_half) const;
Drect_f.cc186 void RectF::SplitVertically(RectF* left_half, RectF* right_half) const { in SplitVertically() function in gfx::RectF
Drect.h193 void SplitVertically(Rect* left_half, Rect* right_half) const;
Drect.cc260 void Rect::SplitVertically(Rect* left_half, Rect* right_half) const { in SplitVertically() function in gfx::Rect