Searched refs:hb_font_get_glyph_extents (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-ot-extents-cff.c | 43 hb_bool_t result = hb_font_get_glyph_extents (font, 1, &extents); in test_extents_cff1() 60 hb_bool_t result_j = hb_font_get_glyph_extents (font_j, 3, &extents); in test_extents_cff1() 82 hb_bool_t result = hb_font_get_glyph_extents (font, 1, &extents); in test_extents_cff1_flex() 104 hb_bool_t result = hb_font_get_glyph_extents (font, 3, &extents); /* Agrave */ in test_extents_cff1_seac() 112 result = hb_font_get_glyph_extents (font, 4, &extents); /* Udieresis */ in test_extents_cff1_seac() 134 hb_bool_t result = hb_font_get_glyph_extents (font, 1, &extents); in test_extents_cff2() 144 result = hb_font_get_glyph_extents (font, 1, &extents); in test_extents_cff2() 168 hb_bool_t result = hb_font_get_glyph_extents (font, 1, &extents); in test_extents_cff2_vsindex() 176 result = hb_font_get_glyph_extents (font, 2, &extents); in test_extents_cff2_vsindex()
|
D | test-ot-color.c | 416 hb_font_get_glyph_extents (sbix_font, 0, &extents); in test_hb_ot_color_png() 427 hb_font_get_glyph_extents (sbix_font, 1, &extents); in test_hb_ot_color_png() 444 hb_font_get_glyph_extents (cbdt_font, 1, &extents); in test_hb_ot_color_png()
|
D | test-ot-face.c | 59 hb_font_get_glyph_extents (font, cp, &extents); in test_face()
|
D | test-font.c | 140 hb_font_get_glyph_extents (font, 17, &extents); in _test_font_nil_funcs()
|
/external/harfbuzz_ng/src/ |
D | hb-buffer-serialize.cc | 165 hb_font_get_glyph_extents(font, info[i].codepoint, &extents); in _hb_buffer_serialize_glyphs_json() 256 hb_font_get_glyph_extents(font, info[i].codepoint, &extents); in _hb_buffer_serialize_glyphs_text()
|
D | hb-font.h | 473 hb_font_get_glyph_extents (hb_font_t *font,
|
D | hb-font.cc | 981 hb_font_get_glyph_extents (hb_font_t *font, in hb_font_get_glyph_extents() function
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 278 hb_font_get_glyph_extents
|