Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-static.cc118 …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()
125 _glyf_get_advance_with_var_unscaled (hb_font_t *font, hb_codepoint_t glyph, bool is_vertical) in _glyf_get_advance_with_var_unscaled()
132 …ding_bearing_without_var_unscaled (hb_face_t *face, hb_codepoint_t gid, bool is_vertical, int *lsb) in _glyf_get_leading_bearing_without_var_unscaled()
/aosp_15_r20/external/libchrome-gestures/src/
H A Dmouse_interpreter.cc167 bool is_vertical) { in InterpretScrollWheelEvent()
/aosp_15_r20/external/skia/src/core/
H A DSkEdgeBuilder.cpp123 static bool is_vertical(const Edge* edge) { in is_vertical() function
/aosp_15_r20/external/autotest/client/cros/
H A Dtouch_playback_test_base.py603 def get_scroll_delta(self, is_vertical): argument