OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_horizontal
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-kern-table.hh
190
inline bool
is_horizontal
(void) const
function in struct:OT::KernSubTableWrapper
200
{ return
is_horizontal
() ? get_kerning (left, right, end) : 0; }
/external/mesa3d/src/compiler/glsl/
opt_vectorize.cpp
315
if (ir->
is_horizontal
()) {
ir.h
1534
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 350 milliseconds