Home
last modified time | relevance | path

Searched refs:HB_DIRECTION_IS_BACKWARD (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-common.c74 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR)); in test_types_direction()
75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_TTB)); in test_types_direction()
76 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()
77 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_BTT)); in test_types_direction()
78 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_INVALID)); in test_types_direction()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-common.c74 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR)); in test_types_direction()
75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_TTB)); in test_types_direction()
76 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()
77 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_BTT)); in test_types_direction()
78 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_INVALID)); in test_types_direction()
/third_party/harfbuzz/test/api/
Dtest-common.c74 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR)); in test_types_direction()
75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_TTB)); in test_types_direction()
76 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL)); in test_types_direction()
77 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_BTT)); in test_types_direction()
78 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_INVALID)); in test_types_direction()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc330 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
359 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
378 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
400 if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
Dhb-fallback-shape.cc117 if (HB_DIRECTION_IS_BACKWARD (direction)) in _hb_fallback_shape()
Dhb-coretext.cc907 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()
1031 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()
1153 HB_UNUSED bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_coretext_shape()
Dhb-common.h278 #define HB_DIRECTION_IS_BACKWARD(dir) ((((unsigned int) (dir)) & ~2U) == 5) macro
Dhb-ot-shape.cc712 if (HB_DIRECTION_IS_BACKWARD (c->target_direction)) in hb_ot_rotate_chars()
1120 if (HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction)) in hb_ot_position()
Dhb-ot-shape-fallback.cc500 bool reverse = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_ot_shape_fallback_kern()
/third_party/harfbuzz/src/
Dhb-graphite2.cc329 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
358 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
377 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
399 if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
Dhb-fallback-shape.cc117 if (HB_DIRECTION_IS_BACKWARD (direction)) in _hb_fallback_shape()
Dhb-coretext.cc869 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()
993 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()
1115 HB_UNUSED bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_coretext_shape()
Dhb-common.h278 #define HB_DIRECTION_IS_BACKWARD(dir) ((((unsigned int) (dir)) & ~2U) == 5) macro
Dhb-ot-shape.cc651 if (HB_DIRECTION_IS_BACKWARD (c->target_direction)) in hb_ot_rotate_chars()
1059 if (HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction)) in hb_ot_position()
Dhb-ot-shape-fallback.cc500 bool reverse = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_ot_shape_fallback_kern()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc334 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
363 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
382 if (HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
404 if (!HB_DIRECTION_IS_BACKWARD(buffer->props.direction)) in _hb_graphite2_shape()
Dhb-fallback-shape.cc116 if (HB_DIRECTION_IS_BACKWARD (direction)) in _hb_fallback_shape()
Dhb-coretext.cc826 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()
950 if (HB_DIRECTION_IS_BACKWARD (buffer->props.direction)) in _hb_coretext_shape()
1072 HB_UNUSED bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_coretext_shape()
Dhb-common.h154 #define HB_DIRECTION_IS_BACKWARD(dir) ((((unsigned int) (dir)) & ~2U) == 5) macro
Dhb-ot-shape-fallback.cc496 bool reverse = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_ot_shape_fallback_kern()
/third_party/harfbuzz/docs/
Dharfbuzz-sections.txt154 HB_DIRECTION_IS_BACKWARD
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt158 HB_DIRECTION_IS_BACKWARD
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt150 HB_DIRECTION_IS_BACKWARD
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dhelper-cairo.cc524 hb_bool_t backward = HB_DIRECTION_IS_BACKWARD (hb_buffer_get_direction (buffer)); in helper_cairo_line_from_buffer()
/third_party/harfbuzz/util/
Dhelper-cairo.cc631 hb_bool_t backward = HB_DIRECTION_IS_BACKWARD (hb_buffer_get_direction (buffer)); in helper_cairo_line_from_buffer()

12