Home
last modified time | relevance | path

Searched refs:OpenTypeFontFace (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-file.hh200 } OpenTypeFontFace; typedef
212 const OpenTypeFontFace& get_face (unsigned int i) const { return this+table[i]; } in get_face()
245 const OpenTypeFontFace& get_face (unsigned int i) const in get_face()
250 default:return Null(OpenTypeFontFace); in get_face()
284 const OpenTypeFontFace & get_face (const void *data_base) const in get_face()
285 { return CastR<OpenTypeFontFace> ((data_base+offset).arrayZ); } in get_face()
357 const OpenTypeFontFace& get_face (unsigned int idx, in get_face()
369 return Null (OpenTypeFontFace); in get_face()
406 const OpenTypeFontFace& get_face (unsigned int idx, in get_face()
409 const OpenTypeFontFace &face = (this+map).get_face (idx, &(this+data)); in get_face()
[all …]
Dhb-face.cc174 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset); 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()
Dmain.cc91 const OpenTypeFontFace &font = ot.get_face (n_font); in main()
Dhb-uniscribe.cc425 const OT::OpenTypeFontFace &face = file.get_face (face_index); in _hb_rename_font()