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

  /external/harfbuzz_ng/src/
hb-ot-math.cc 85 * hb_ot_math_get_glyph_italics_correction:
94 hb_ot_math_get_glyph_italics_correction (hb_font_t *font, function
hb-ot-math.h 168 hb_ot_math_get_glyph_italics_correction (hb_font_t *font,
  /external/harfbuzz_ng/test/api/
test-ot-math.c 190 g_assert_cmpint(hb_ot_math_get_glyph_italics_correction (hb_font, glyph), ==, 0); // MathGlyphInfo not available
195 g_assert_cmpint(hb_ot_math_get_glyph_italics_correction (hb_font, glyph), ==, 0); // MathGlyphInfo empty
200 g_assert_cmpint(hb_ot_math_get_glyph_italics_correction (hb_font, glyph), ==, 0); // MathItalicsCorrectionInfo empty
205 g_assert_cmpint(hb_ot_math_get_glyph_italics_correction (hb_font, glyph), ==, 0); // Glyph without italic correction.
207 g_assert_cmpint(hb_ot_math_get_glyph_italics_correction (hb_font, glyph), ==, 394);
209 g_assert_cmpint(hb_ot_math_get_glyph_italics_correction (hb_font, glyph), ==, 300);
211 g_assert_cmpint(hb_ot_math_get_glyph_italics_correction (hb_font, glyph), ==, 904);
    [all...]

Completed in 2986 milliseconds