HomeSort by relevance Sort by last modified time
    Searched refs:is_horizontal (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-kern-table.hh 167 bool is_horizontal () const { return (coverage & Horizontal); } function in struct:OT::KernOTSubTableHeader
222 bool is_horizontal () const { return !(coverage & Vertical); } function in struct:OT::KernAATSubTableHeader
hb-aat-layout-kerx-table.hh 746 bool is_horizontal () const { return !(coverage & Vertical); } function in struct:AAT::KerxSubTableHeader
873 !st->u.header.is_horizontal ())
897 if (HB_DIRECTION_IS_HORIZONTAL (c->buffer->props.direction) != st->u.header.is_horizontal ())
  /external/mesa3d/src/compiler/glsl/
opt_vectorize.cpp 315 if (ir->is_horizontal()) {
ir.h 1555 bool is_horizontal() const function in class:ir_expression
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 207 def is_horizontal(self, variation): member in class: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)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py 449 axis = (self.device.axis_x if validator.is_horizontal(variation)
    [all...]

Completed in 387 milliseconds