Searched defs:is_horizontal (Results 1 – 5 of 5) sorted by relevance
484 static constexpr bool is_horizontal = true; member489 static constexpr bool is_horizontal = false; member
201 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function256 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
832 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
261 let is_horizontal = matches!(operator, HStem | HStemHm); in evaluate_operator() localVariable413 let mut is_horizontal = operator == HvCurveTo; in evaluate_operator() localVariable
1608 bool is_horizontal() const in is_horizontal() function