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.cc315 hb_ot_font_t *ot_font = (hb_ot_font_t *) calloc (1, sizeof (hb_ot_font_t)); in _hb_ot_font_create() local
329 _hb_ot_font_destroy (hb_ot_font_t *ot_font) in _hb_ot_font_destroy()
348 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_nominal_glyph() local
360 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_variation_glyph() local
370 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_glyph_h_advance() local
380 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_glyph_v_advance() local
391 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_glyph_extents() local
406 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_font_h_extents() local
419 const hb_ot_font_t *ot_font = (const hb_ot_font_t *) font_data; in hb_ot_get_font_v_extents() local
485 hb_ot_font_t *ot_font = _hb_ot_font_create (font->face); in hb_ot_font_set_funcs() local