Home | History | Annotate | Download | only in src

Lines Matching defs:hb_face_t

41  * hb_face_t
44 typedef struct hb_face_t hb_face_t;
46 hb_face_t *
50 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
53 hb_face_t *
58 hb_face_t *
61 hb_face_t *
62 hb_face_reference (hb_face_t *face);
65 hb_face_destroy (hb_face_t *face);
68 hb_face_set_user_data (hb_face_t *face,
76 hb_face_get_user_data (hb_face_t *face,
80 hb_face_make_immutable (hb_face_t *face);
83 hb_face_is_immutable (hb_face_t *face);
87 hb_face_reference_table (hb_face_t *face,
91 hb_face_reference_blob (hb_face_t *face);
94 hb_face_set_index (hb_face_t *face,
98 hb_face_get_index (hb_face_t *face);
101 hb_face_set_upem (hb_face_t *face,
105 hb_face_get_upem (hb_face_t *face);
108 hb_face_set_glyph_count (hb_face_t *face,
112 hb_face_get_glyph_count (hb_face_t *face);