Home
last modified time | relevance | path

Searched refs:hb_font_get_glyph_from_name (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A 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_fon in test_get_glyph_top_accent_attachment()
[all...]
H A Dtest-ot-glyphname.c38 g_assert(hb_font_get_glyph_from_name (font, name, -1, &glyph)); in test_one_glyph()
H A 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/
H A Dtest-ot-glyphname.cc60 if (hb_font_get_glyph_from_name(font, buf, strlen (buf), &gid_inv)) in main()
H A Dhb-font.h849 hb_font_get_glyph_from_name (hb_font_t *font,
H A Dhb-font.cc1148 * hb_font_get_glyph_from_name:
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/util/
H A Dhb-subset.cc279 if (!hb_font_get_glyph_from_name (font, p, end - p, &gid)) in parse_glyphs()

Completed in 7 milliseconds