HomeSort by relevance Sort by last modified time
    Searched refs:HB_DIRECTION_RTL (Results 1 - 19 of 19) sorted by null

  /external/harfbuzz_ng/test/api/
test-common.c 58 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_RTL));
64 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_RTL));
71 g_assert (!HB_DIRECTION_IS_FORWARD (HB_DIRECTION_RTL));
77 g_assert (HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_RTL));
83 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_RTL));
88 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_LTR), ==, HB_DIRECTION_RTL);
89 g_assert_cmpint (HB_DIRECTION_REVERSE (HB_DIRECTION_RTL), ==, HB_DIRECTION_LTR);
98 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("r", -1));
99 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("rtl", -1));
100 g_assert_cmpint (HB_DIRECTION_RTL, ==, hb_direction_from_string ("RtL", -1))
    [all...]
test-font.c 286 g_assert (!hb_font_get_glyph_contour_point_for_origin (font1, 3, 7, HB_DIRECTION_RTL, &x, &y));
309 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 2, 5, HB_DIRECTION_RTL, &x, &y));
329 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 1, 2, HB_DIRECTION_RTL, &x, &y));
test-buffer.c 122 hb_buffer_set_direction (b, HB_DIRECTION_RTL);
123 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_RTL);
149 hb_buffer_set_direction (b, HB_DIRECTION_RTL);
150 g_assert (hb_buffer_get_direction (b) == HB_DIRECTION_RTL);
  /external/harfbuzz/src/
harfbuzz-shape.h 118 HB_DIRECTION_RTL,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 371 return HB_DIRECTION_RTL;
hb-common.h 112 HB_DIRECTION_RTL,
hb-ot-shape.cc 89 case HB_DIRECTION_RTL:
656 bool mirror = hb_script_get_horizontal_direction (buffer->props.script) == HB_DIRECTION_RTL;
hb-graphite2.cc 266 2 | (hb_buffer_get_direction (buffer) == HB_DIRECTION_RTL ? 1 : 0));
hb-ot-shape-fallback.cc 221 } else if (buffer->props.direction == HB_DIRECTION_RTL) {
hb-ot-layout-gpos-table.hh 912 case HB_DIRECTION_RTL:
    [all...]
  /external/harfbuzz_ng/src/
hb-common.cc 371 return HB_DIRECTION_RTL;
hb-common.h 112 HB_DIRECTION_RTL,
hb-ot-shape.cc 89 case HB_DIRECTION_RTL:
634 bool mirror = hb_script_get_horizontal_direction (buffer->props.script) == HB_DIRECTION_RTL;
hb-graphite2.cc 266 2 | (hb_buffer_get_direction (buffer) == HB_DIRECTION_RTL ? 1 : 0));
hb-ot-shape-fallback.cc 221 } else if (buffer->props.direction == HB_DIRECTION_RTL) {
hb-ot-layout-gpos-table.hh 914 case HB_DIRECTION_RTL:
    [all...]
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 23 HB_DIRECTION_RTL
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.cpp 469 hb_buffer_set_direction(harfBuzzBuffer.get(), currentRun->rtl() ? HB_DIRECTION_RTL : HB_DIRECTION_LTR);
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 722 hb_buffer_set_direction(mBuffer, isRTL ? HB_DIRECTION_RTL : HB_DIRECTION_LTR);
    [all...]

Completed in 2422 milliseconds