Home
last modified time | relevance | path

Searched defs:is_vertical (Results 1 – 4 of 4) sorted by relevance

/external/libchrome-gestures/src/
Dmouse_interpreter.cc151 bool is_vertical) { in InterpretScrollWheelEvent()
/external/harfbuzz_ng/src/
Dhb-ot-font.cc520 …lyf_get_leading_bearing_with_var_unscaled (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical, in _glyf_get_leading_bearing_with_var_unscaled()
527 _glyf_get_advance_with_var_unscaled (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical) in _glyf_get_advance_with_var_unscaled()
/external/skia/src/core/
DSkEdgeBuilder.cpp122 static bool is_vertical(const Edge* edge) { in is_vertical() function
/external/autotest/client/cros/
Dtouch_playback_test_base.py603 def get_scroll_delta(self, is_vertical): argument