Searched refs:is_horizontal (Results 1 – 9 of 9) sorted by relevance
170 …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
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()
43 bool is_horizontal) in meson_vpp_write_scaling_filter_coefs() argument47 writel(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_scaling_filter_coefs()68 bool is_horizontal) in meson_vpp_write_vd_scaling_filter_coefs() argument72 writel(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_vd_scaling_filter_coefs()
315 if (ir->is_horizontal()) { in visit_enter()
1590 bool is_horizontal() const in is_horizontal() function
207 def is_horizontal(self, variation): member in BaseValidator225 if self.is_horizontal(variation):632 if self.is_horizontal(variation):716 axis_spec = (self.device.axis_x if self.is_horizontal(variation)
662 template <int bitdepth, typename Pixel, bool is_horizontal>672 const ptrdiff_t offset = is_horizontal ? 1 : src_stride; in ConvolveIntraBlockCopy1D_C()
449 axis = (self.device.axis_x if validator.is_horizontal(variation)