Home
last modified time | relevance | path

Searched refs:is_horizontal (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh170 …num_advances = T::is_horizontal ? face->table.hhea->numberOfLongMetrics : face->table.vhea->number… in init()
326 static constexpr bool is_horizontal = true; member
331 static constexpr bool is_horizontal = false; member
Dhb-ot-kern-table.hh171 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal() function
226 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
Dhb-aat-layout-kerx-table.hh737 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal() function
864 !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()
/external/u-boot/drivers/video/meson/
Dmeson_vpu_init.c43 bool is_horizontal) in meson_vpp_write_scaling_filter_coefs() argument
47 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() argument
72 writel(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_vd_scaling_filter_coefs()
/external/mesa3d/src/compiler/glsl/
Dopt_vectorize.cpp315 if (ir->is_horizontal()) { in visit_enter()
Dir.h1590 bool is_horizontal() const in is_horizontal() function
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py207 def is_horizontal(self, variation): member in BaseValidator
225 if self.is_horizontal(variation):
632 if self.is_horizontal(variation):
716 axis_spec = (self.device.axis_x if self.is_horizontal(variation)
/external/libgav1/libgav1/src/dsp/
Dconvolve.cc662 template <int bitdepth, typename Pixel, bool is_horizontal>
672 const ptrdiff_t offset = is_horizontal ? 1 : src_stride; in ConvolveIntraBlockCopy1D_C()
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dvalidators_unittest.py449 axis = (self.device.axis_x if validator.is_horizontal(variation)