Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-file-private.hh121 } OpenTypeFontFace; typedef
133 inline const OpenTypeFontFace& get_face (unsigned int i) const { return this+table[i]; } in get_face()
166 inline const OpenTypeFontFace& get_face (unsigned int i) const in get_face()
171 default:return Null(OpenTypeFontFace); in get_face()
225 inline const OpenTypeFontFace& get_face (unsigned int i) const in get_face()
236 default: return Null(OpenTypeFontFace); in get_face()
257 OpenTypeFontFace fontFace;
Dmain.cc94 const OpenTypeFontFace &font = ot.get_face (n_font); in main()
Dhb-face.cc136 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index); in _hb_face_for_data_reference_table()
Dhb-uniscribe.cc407 const OT::OpenTypeFontFace &face = file.get_face (face_index); in _hb_rename_font()