Searched refs:hb_ot_math_get_glyph_variants (Results 1 - 3 of 3) sorted by relevance
/external/harfbuzz_ng/test/api/ |
H A D | test-ot-math.c | 424 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), ==, 0); 425 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_BTT, 0, NULL, NULL), ==, 0); 430 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), ==, 0); 431 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_BTT, 0, NULL, NULL), ==, 0); 436 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), ==, 0); 437 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_BTT, 0, NULL, NULL), ==, 0); 442 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), ==, 0); 443 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_BTT, 0, NULL, NULL), ==, 0); 448 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_font, glyph, HB_DIRECTION_RTL, 0, NULL, NULL), ==, 0); 449 g_assert_cmpint(hb_ot_math_get_glyph_variants (hb_fon [all...] |
/external/harfbuzz_ng/src/ |
H A D | hb-ot-math.cc | 164 * hb_ot_math_get_glyph_variants: 183 hb_ot_math_get_glyph_variants (hb_font_t *font, function
|
H A D | hb-ot-math.h | 186 hb_ot_math_get_glyph_variants (hb_font_t *font,
|
Completed in 874 milliseconds