Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-common.c63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_LTR)); in test_types_direction()
64 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_RTL)); in test_types_direction()
65 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_TTB)); in test_types_direction()
66 g_assert (HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_BTT)); in test_types_direction()
67 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_INVALID)); in test_types_direction()
/external/harfbuzz_ng/util/
Dview-cairo.cc35 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in render()
/external/harfbuzz_ng/src/
Dhb-common.h135 #define HB_DIRECTION_IS_VERTICAL(dir) ((((unsigned int) (dir)) & ~1U) == 6) macro
Dhb-coretext.cc809 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()
901 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()
915 if (HB_DIRECTION_IS_VERTICAL (buffer->props.direction)) in _hb_coretext_shape()
Dhb-font-private.hh124 { return HB_DIRECTION_IS_VERTICAL(direction) ? y_scale : x_scale; } in dir_scale()
Dhb-ot-math-table.hh639 bool vertical = HB_DIRECTION_IS_VERTICAL (direction); in get_glyph_construction()
Dhb-ot-shape.cc304 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB)) in hb_ensure_native_direction()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt127 HB_DIRECTION_IS_VERTICAL