Searched refs:is_horizontal (Results 1 – 14 of 14) sorted by relevance
168 …num_advances = T::is_horizontal ? face->table.hhea->numberOfLongMetrics : face->table.vhea->number… in init()326 static constexpr bool is_horizontal = true; member331 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() function862 !st->u.header.is_horizontal ()) in get_h_kerning()886 if (HB_DIRECTION_IS_HORIZONTAL (c->buffer->props.direction) != st->u.header.is_horizontal ()) in apply()
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() function864 !st->u.header.is_horizontal ()) in get_h_kerning()888 if (HB_DIRECTION_IS_HORIZONTAL (c->buffer->props.direction) != st->u.header.is_horizontal ()) in apply()
47 int is_horizontal; member89 s->is_horizontal = 1; in init()226 } else if (s->is_horizontal) { in config_output()
315 if (ir->is_horizontal()) { in visit_enter()
1596 bool is_horizontal() const in is_horizontal() function
152 if(is_vertical(he) || is_horizontal(he)) return true; in intersects_grid()261 static inline bool is_horizontal(const half_edge& he) { in is_horizontal() function458 if(is_horizontal(he1)) in compute_lazy_intersection()460 if(is_horizontal(he2)) in compute_lazy_intersection()571 if(is_horizontal(he1)) in compute_exact_intersection()573 if(is_horizontal(he2)) in compute_exact_intersection()656 if(is_horizontal(he1)) in compute_intersection()658 if(is_horizontal(he2)) in compute_intersection()725 … if(is_horizontal(he1) && is_horizontal(he2) && he1.first.get(VERTICAL) == he2.first.get(VERTICAL)) in intersects()
181 ! scanline_base<coordinate_type>::is_horizontal(edge.first) && in insert_clean()739 if(scanline_base<coordinate_type>::is_horizontal(elem.first)) rise = 0; in downcast()
34151 + default_advance = T::is_horizontal ? hb_face_get_upem (face) / 2 : hb_face_get_upem (face);34155 - num_advances = T::is_horizontal ?34161 + num_long_metrics = T::is_horizontal ?34352 static constexpr bool is_horizontal = false;