Home
last modified time | relevance | path

Searched defs:ot_font (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc445 hb_ot_font_t *ot_font = (hb_ot_font_t *) calloc (1, sizeof (hb_ot_font_t)); in _hb_ot_font_create() local
461 _hb_ot_font_destroy (hb_ot_font_t *ot_font) in _hb_ot_font_destroy()
481 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_nominal_glyph() local
493 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_variation_glyph() local
503 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_glyph_h_advance() local
513 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_glyph_v_advance() local
524 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_glyph_extents() local
542 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_font_h_extents() local
556 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_font_v_extents() local
623 hb_ot_font_t *ot_font = _hb_ot_font_create (font->face); in hb_ot_font_set_funcs() local