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/ |
D | test-ot-math.c | 193 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 …]
|
D | test-ot-glyphname.c | 38 g_assert(hb_font_get_glyph_from_name (font, name, -1, &glyph)); in test_one_glyph()
|
D | test-ot-face.c | 64 hb_font_get_glyph_from_name (font, buf, strlen (buf), &g); in test_font()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-ot-glyphname.cc | 60 if (hb_font_get_glyph_from_name(font, buf, strlen (buf), &gid_inv)) in main()
|
D | hb-font.h | 849 hb_font_get_glyph_from_name (hb_font_t *font,
|
D | hb-font.cc | 1163 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/ |
D | harfbuzz-sections.txt | 302 hb_font_get_glyph_from_name
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-subset.cc | 279 if (!hb_font_get_glyph_from_name (font, p, end - p, &gid)) in parse_glyphs()
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 2296 hb_font_get_glyph_from_name()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 234 <!-- 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*) --> 9394 …hb_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/ |
D | test17-pr19027.so.abi | 124 …<elf-symbol name='hb_font_get_glyph_from_name' type='func-type' binding='global-binding' visibilit… 5938 …hb_font_get_glyph_from_name' mangled-name='hb_font_get_glyph_from_name' filepath='/tmp/legendre/sp…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 31797 @@ -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));
|