Home | History | Annotate | Download | only in src

Lines Matching defs:hb_face_t

40 typedef struct hb_face_t hb_face_t;
44 * hb_face_t
47 hb_face_t *
51 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
54 hb_face_t *
59 hb_face_t *
62 hb_face_t *
63 hb_face_reference (hb_face_t *face);
66 hb_face_destroy (hb_face_t *face);
69 hb_face_set_user_data (hb_face_t *face,
77 hb_face_get_user_data (hb_face_t *face,
81 hb_face_make_immutable (hb_face_t *face);
84 hb_face_is_immutable (hb_face_t *face);
88 hb_face_reference_table (hb_face_t *face,
92 hb_face_reference_blob (hb_face_t *face);
95 hb_face_set_index (hb_face_t *face,
99 hb_face_get_index (hb_face_t *face);
102 hb_face_set_upem (hb_face_t *face,
106 hb_face_get_upem (hb_face_t *face);
109 hb_face_set_glyph_count (hb_face_t *face,
113 hb_face_get_glyph_count (hb_face_t *face);
376 hb_font_create (hb_face_t *face);
411 hb_face_t *