Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-file.hh457 struct OpenTypeFontFile struct
459 enum {
468 hb_tag_t get_tag () const { return u.tag; } in get_tag()
470 unsigned int get_face_count () const in get_face_count()
482 const OpenTypeFontFace& get_face (unsigned int i, unsigned int *base_offset = nullptr) const in get_face()
502 bool serialize_single (hb_serialize_context_t *c, in serialize_single()
512 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
529 union {
534 } u;