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

  /external/harfbuzz_ng/src/
hb-ot-math.cc 197 * hb_ot_math_get_min_connector_overlap:
211 hb_ot_math_get_min_connector_overlap (hb_font_t *font, function
hb-ot-math.h 194 hb_ot_math_get_min_connector_overlap (hb_font_t *font,
  /external/harfbuzz_ng/test/api/
test-ot-math.c 399 g_assert_cmpint(hb_ot_math_get_min_connector_overlap(hb_font, FALSE), ==, 0); // MathVariants not available
400 g_assert_cmpint(hb_ot_math_get_min_connector_overlap(hb_font, TRUE), ==, 0); // MathVariants not available
404 g_assert_cmpint(hb_ot_math_get_min_connector_overlap(hb_font, HB_DIRECTION_LTR), ==, 108);
405 g_assert_cmpint(hb_ot_math_get_min_connector_overlap(hb_font, HB_DIRECTION_TTB), ==, 54);
    [all...]

Completed in 85 milliseconds