Home
last modified time | relevance | path

Searched defs:OpenTypeFontFile (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-file.hh452 struct OpenTypeFontFile struct
454 enum {
463 hb_tag_t get_tag () const { return u.tag; } in get_tag()
465 unsigned int get_face_count () const in get_face_count()
477 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face()
497 bool serialize_single (hb_serialize_context_t *c, in serialize_single()
507 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
523 union {
528 } u;