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

  /external/harfbuzz_ng/test/api/
test-common.c 55 g_assert_cmpint (HB_DIRECTION_LTR, !=, 0);
57 g_assert (HB_DIRECTION_IS_HORIZONTAL (HB_DIRECTION_LTR));
63 g_assert (!HB_DIRECTION_IS_VERTICAL (HB_DIRECTION_LTR));
69 g_assert (HB_DIRECTION_IS_FORWARD (HB_DIRECTION_LTR));
75 g_assert (!HB_DIRECTION_IS_BACKWARD (HB_DIRECTION_LTR));
81 g_assert (HB_DIRECTION_IS_VALID (HB_DIRECTION_LTR));
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);
104 g_assert (0 == strcmp ("ltr", hb_direction_to_string (HB_DIRECTION_LTR)));
174 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_LATIN), ==, HB_DIRECTION_LTR);
    [all...]
test-font.c 280 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y));
283 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y));
306 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y));
312 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y));
332 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y));
335 g_assert (!hb_font_get_glyph_contour_point_for_origin (font3, 3, 7, HB_DIRECTION_LTR, &x, &y));
test-shape.c 110 hb_buffer_set_direction (buffer, HB_DIRECTION_LTR);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc 110 return (hb_direction_t) (HB_DIRECTION_LTR + i);
118 if (likely ((unsigned int) (direction - HB_DIRECTION_LTR)
120 return direction_strings[direction - HB_DIRECTION_LTR];
374 return HB_DIRECTION_LTR;
hb-ot-shape.cc 85 case HB_DIRECTION_LTR:
478 HB_DIRECTION_LTR,
487 HB_DIRECTION_LTR,
hb-ot-shape-fallback.cc 218 if (buffer->props.direction == HB_DIRECTION_LTR) {
336 if (horiz_dir == HB_DIRECTION_LTR)
hb-common.h 111 HB_DIRECTION_LTR = 4,
hb-ot-layout-gpos-table.hh 246 ret = font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
905 case HB_DIRECTION_LTR:
    [all...]
  /external/harfbuzz_ng/src/
hb-common.cc 110 return (hb_direction_t) (HB_DIRECTION_LTR + i);
118 if (likely ((unsigned int) (direction - HB_DIRECTION_LTR)
120 return direction_strings[direction - HB_DIRECTION_LTR];
374 return HB_DIRECTION_LTR;
hb-ot-shape.cc 85 case HB_DIRECTION_LTR:
454 HB_DIRECTION_LTR,
463 HB_DIRECTION_LTR,
hb-ot-shape-fallback.cc 218 if (buffer->props.direction == HB_DIRECTION_LTR) {
336 if (horiz_dir == HB_DIRECTION_LTR)
hb-common.h 111 HB_DIRECTION_LTR = 4,
hb-ot-layout-gpos-table.hh 246 ret = font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
907 case HB_DIRECTION_LTR:
    [all...]
  /external/harfbuzz/src/
harfbuzz-shape.h 117 HB_DIRECTION_LTR,
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 22 HB_DIRECTION_LTR
  /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 370 milliseconds