Searched refs:hb_font_get_glyph_from_name (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/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-face.c | 62 hb_font_get_glyph_from_name (font, buf, strlen (buf), &g); in test_face()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 487 hb_font_get_glyph_from_name (hb_font_t *font,
|
D | hb-font.cc | 1045 hb_font_get_glyph_from_name (hb_font_t *font, in hb_font_get_glyph_from_name() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 281 hb_font_get_glyph_from_name
|
/external/harfbuzz_ng/ |
D | NEWS | 1910 hb_font_get_glyph_from_name()
|