Home
last modified time | relevance | path

Searched refs:ot_face (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc66 const hb_ot_face_t *ot_face; member
80 ot_font->ot_face = &font->face->table; in _hb_ot_font_create()
108 const hb_ot_face_t *ot_face = ot_font->ot_face; in hb_ot_get_nominal_glyph() local
109 return ot_face->cmap->get_nominal_glyph (unicode, glyph); in hb_ot_get_nominal_glyph()
123 const hb_ot_face_t *ot_face = ot_font->ot_face; in hb_ot_get_nominal_glyphs() local
124 return ot_face->cmap->get_nominal_glyphs (count, in hb_ot_get_nominal_glyphs()
138 const hb_ot_face_t *ot_face = ot_font->ot_face; in hb_ot_get_variation_glyph() local
139 return ot_face->cmap->get_variation_glyph (unicode, variation_selector, glyph); in hb_ot_get_variation_glyph()
152 const hb_ot_face_t *ot_face = ot_font->ot_face; in hb_ot_get_glyph_h_advances() local
153 const OT::hmtx_accelerator_t &hmtx = *ot_face->hmtx; in hb_ot_get_glyph_h_advances()
[all …]
Dhb-face.cc183 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset); in _hb_face_for_data_reference_table() local
185 const OT::OpenTypeTable &table = ot_face.get_table_by_tag (tag); in _hb_face_for_data_reference_table()
569 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index); in hb_face_get_table_tags() local
571 return ot_face.get_table_tags (start_offset, table_count, table_tags); in hb_face_get_table_tags()