Searched defs:is_horizontal (Results 1 – 4 of 4) sorted by relevance
326 static constexpr bool is_horizontal = true; member331 static constexpr bool is_horizontal = false; member
171 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function226 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
737 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
1590 bool is_horizontal() const in is_horizontal() function