Searched defs:is_horizontal (Results 1 – 4 of 4) sorted by relevance
391 static constexpr bool is_horizontal = true; member396 static constexpr bool is_horizontal = false; member
176 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function231 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
735 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
1590 bool is_horizontal() const in is_horizontal() function