Searched refs:ot_font (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 445 hb_ot_font_t *ot_font = (hb_ot_font_t *) calloc (1, sizeof (hb_ot_font_t)); in _hb_ot_font_create() local 447 if (unlikely (!ot_font)) in _hb_ot_font_create() 450 ot_font->cmap.init (face); in _hb_ot_font_create() 451 ot_font->h_metrics.init (face, HB_OT_TAG_hhea, HB_OT_TAG_hmtx, HB_OT_TAG_HVAR, HB_OT_TAG_os2); in _hb_ot_font_create() 452 ot_font->v_metrics.init (face, HB_OT_TAG_vhea, HB_OT_TAG_vmtx, HB_OT_TAG_VVAR, HB_TAG_NONE, in _hb_ot_font_create() 453 ot_font->h_metrics.ascender - ot_font->h_metrics.descender); /* TODO Can we do this lazily? */ in _hb_ot_font_create() 454 ot_font->glyf.init (face); in _hb_ot_font_create() 455 ot_font->cbdt.init (face); in _hb_ot_font_create() 457 return ot_font; in _hb_ot_font_create() 461 _hb_ot_font_destroy (hb_ot_font_t *ot_font) in _hb_ot_font_destroy() argument [all …]
|