Searched refs:ot_face (Results 1 – 2 of 2) sorted by relevance
68 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_nominal_glyph() local69 return ot_face->cmap->get_nominal_glyph (unicode, glyph); in hb_ot_get_nominal_glyph()82 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_nominal_glyphs() local83 return ot_face->cmap->get_nominal_glyphs (count, in hb_ot_get_nominal_glyphs()96 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_variation_glyph() local97 return ot_face->cmap->get_variation_glyph (unicode, variation_selector, glyph); in hb_ot_get_variation_glyph()109 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_glyph_h_advances() local110 const OT::hmtx_accelerator_t &hmtx = *ot_face->hmtx; in hb_ot_get_glyph_h_advances()129 const hb_ot_face_t *ot_face = (const hb_ot_face_t *) font_data; in hb_ot_get_glyph_v_advances() local130 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances()[all …]
174 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset); in _hb_face_for_data_reference_table() local176 const OT::OpenTypeTable &table = ot_face.get_table_by_tag (tag); in _hb_face_for_data_reference_table()523 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index); in hb_face_get_table_tags() local525 return ot_face.get_table_tags (start_offset, table_count, table_tags); in hb_face_get_table_tags()