Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_IS_VERTICAL (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-common.c62 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_LTR)); in test_types_direction()
63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_RTL)); in test_types_direction()
64 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_TTB)); in test_types_direction()
65 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_BTT)); in test_types_direction()
66 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_INVALID)); in test_types_direction()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-base-table.hh90 return coordinate + (HB_DIRECTION_IS_VERTICAL (direction) ? in get_coord()
449 { return HB_DIRECTION_IS_VERTICAL (direction) ? this+vAxis : this+hAxis; } in get_axis()
Dhb-coretext.cc784 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()
910 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()
924 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()
Dhb-common.h260 #define HB_DIRECTION_IS_VERTICAL(dir) ((((unsigned int) (dir)) & ~1U) == 6) macro
Dhb-ot-shape.cc628 (HB_DIRECTION_IS_VERTICAL (direction) && in hb_ensure_native_direction()
726 if (HB_DIRECTION_IS_VERTICAL (c->target_direction) && !c->plan->has_vert) in hb_ot_rotate_chars()
Dhb-font.hh134 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_mult : x_mult; } in dir_mult()
Dhb-ot-math-table.hh944 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in get_glyph_construction()
Dhb-aat-layout-morx-table.hh1001 HB_DIRECTION_IS_VERTICAL (c->buffer->props.direction) != in apply()
/third_party/skia/third_party/externals/harfbuzz/util/
Dview-cairo.hh97 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in render()
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt162 HB_DIRECTION_IS_VERTICAL