Home
last modified time | relevance | path

Searched refs:hb_font_get_var_coords_normalized (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-var-coords.c49 g_assert_cmpint ((int) hb_font_get_var_coords_normalized (font, NULL)[0], ==, 100); in test_get_var_coords()
54 g_assert_cmpint ((int) hb_font_get_var_coords_normalized (font, NULL)[0], ==, -16117); in test_get_var_coords()
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt335 hb_font_get_var_coords_normalized
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.h1048 hb_font_get_var_coords_normalized (hb_font_t *font,
Dhb-ft.cc1008 const int *coords = hb_font_get_var_coords_normalized (font, &num_coords); in hb_ft_font_set_funcs()
Dhb-font.cc2210 hb_font_get_var_coords_normalized (hb_font_t *font, in hb_font_get_var_coords_normalized() function
/third_party/skia/third_party/externals/harfbuzz/util/
Dhelper-cairo.hh120 const int *coords = hb_font_get_var_coords_normalized (font, &num_coords); in helper_cairo_create_scaled_font()
/third_party/skia/third_party/externals/harfbuzz/
DNEWS1034 hb_font_get_var_coords_normalized()
/third_party/chromium/patch/
D0001-cve.patch31888 * hb_font_get_var_coords_normalized:
31904 @@ -2290,18 +2449,21 @@ hb_font_get_var_coords_normalized (hb_font_t *font,
72075 + const int *coords = hb_font_get_var_coords_normalized (font_opts->font, &num_coords);
72517 - const int *coords = hb_font_get_var_coords_normalized (font, &num_coords);