HomeSort by relevance Sort by last modified time
    Searched refs:HB_DIRECTION_LTR (Results 1 - 10 of 10) 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 279 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 1, 2, HB_DIRECTION_LTR, &x, &y));
282 g_assert (hb_font_get_glyph_contour_point_for_origin (font1, 2, 5, HB_DIRECTION_LTR, &x, &y));
305 g_assert (hb_font_get_glyph_contour_point_for_origin (font2, 1, 2, HB_DIRECTION_LTR, &x, &y));
311 g_assert (!hb_font_get_glyph_contour_point_for_origin (font2, 3, 7, HB_DIRECTION_LTR, &x, &y));
331 g_assert (hb_font_get_glyph_contour_point_for_origin (font3, 2, 5, HB_DIRECTION_LTR, &x, &y));
334 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/harfbuzz_ng/src/
hb-common.cc 139 return (hb_direction_t) (HB_DIRECTION_LTR + i);
157 if (likely ((unsigned int) (direction - HB_DIRECTION_LTR)
159 return direction_strings[direction - HB_DIRECTION_LTR];
498 return HB_DIRECTION_LTR;
hb-ot-shape.cc 77 case HB_DIRECTION_LTR:
582 HB_DIRECTION_LTR,
591 HB_DIRECTION_LTR,
hb-ot-shape-fallback.cc 220 if (buffer->props.direction == HB_DIRECTION_LTR) {
353 if (horiz_dir == HB_DIRECTION_LTR)
hb-common.h 113 HB_DIRECTION_LTR = 4,
hb-ot-layout-gpos-table.hh 252 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
929 case HB_DIRECTION_LTR:
    [all...]
  /external/freetype/src/autofit/
hbshim.c 461 hb_buffer_set_direction( buf, HB_DIRECTION_LTR );
  /frameworks/minikin/libs/minikin/
Layout.cpp 753 hb_buffer_set_direction(buffer, isRtl? HB_DIRECTION_RTL : HB_DIRECTION_LTR);
    [all...]

Completed in 210 milliseconds