Home
last modified time | relevance | path

Searched refs:hb_font_get_glyph_from_name (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-math.c193 g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph)); in test_get_glyph_italics_correction()
198 g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph)); in test_get_glyph_italics_correction()
203 g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph)); in test_get_glyph_italics_correction()
208 g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph)); in test_get_glyph_italics_correction()
210 g_assert(hb_font_get_glyph_from_name (hb_font, "A", -1, &glyph)); in test_get_glyph_italics_correction()
212 g_assert(hb_font_get_glyph_from_name (hb_font, "B", -1, &glyph)); in test_get_glyph_italics_correction()
214 g_assert(hb_font_get_glyph_from_name (hb_font, "C", -1, &glyph)); in test_get_glyph_italics_correction()
228 g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph)); in test_get_glyph_top_accent_attachment()
233 g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph)); in test_get_glyph_top_accent_attachment()
238 g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph)); in test_get_glyph_top_accent_attachment()
[all …]
Dtest-ot-glyphname.c38 g_assert(hb_font_get_glyph_from_name (font, name, -1, &glyph)); in test_one_glyph()
Dtest-ot-face.c64 hb_font_get_glyph_from_name (font, buf, strlen (buf), &g); in test_font()
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-ot-glyphname.cc60 if (hb_font_get_glyph_from_name(font, buf, strlen (buf), &gid_inv)) in main()
Dhb-font.h849 hb_font_get_glyph_from_name (hb_font_t *font,
Dhb-font.cc1163 hb_font_get_glyph_from_name (hb_font_t *font, in hb_font_get_glyph_from_name() function
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt302 hb_font_get_glyph_from_name
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-subset.cc279 if (!hb_font_get_glyph_from_name (font, p, end - p, &gid)) in parse_glyphs()
/third_party/skia/third_party/externals/harfbuzz/
DNEWS2296 hb_font_get_glyph_from_name()
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi234 <!-- hb_font_get_glyph_from_name -->
235 …<elf-symbol name='hb_font_get_glyph_from_name' type='func-type' binding='global-binding' visibilit…
9393 <!-- hb_bool_t hb_font_get_glyph_from_name(hb_font_t*, const char*, int, hb_codepoint_t*) -->
9394hb_font_get_glyph_from_name' mangled-name='hb_font_get_glyph_from_name' filepath='/tmp/legendre/sp…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi124 …<elf-symbol name='hb_font_get_glyph_from_name' type='func-type' binding='global-binding' visibilit…
5938hb_font_get_glyph_from_name' mangled-name='hb_font_get_glyph_from_name' filepath='/tmp/legendre/sp…
/third_party/chromium/patch/
D0001-cve.patch31797 @@ -1168,6 +1299,26 @@ hb_font_get_glyph_from_name (hb_font_t *font,
31983 @@ -850,6 +885,11 @@ hb_font_get_glyph_from_name (hb_font_t *font,
45675 g_assert(hb_font_get_glyph_from_name (hb_font, "I", -1, &glyph));
45697 + g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph));
45705 + g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph));
45713 + g_assert(hb_font_get_glyph_from_name (hb_font, "space", -1, &glyph));
45721 + g_assert(hb_font_get_glyph_from_name (hb_font, "I", -1, &glyph));