Lines Matching refs:hb_face_t
49 typedef struct hb_face_t hb_face_t; typedef
51 HB_EXTERN hb_face_t *
55 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
58 HB_EXTERN hb_face_t *
63 HB_EXTERN hb_face_t *
66 HB_EXTERN hb_face_t *
67 hb_face_reference (hb_face_t *face);
70 hb_face_destroy (hb_face_t *face);
73 hb_face_set_user_data (hb_face_t *face,
80 hb_face_get_user_data (const hb_face_t *face,
84 hb_face_make_immutable (hb_face_t *face);
87 hb_face_is_immutable (const hb_face_t *face);
91 hb_face_reference_table (const hb_face_t *face,
95 hb_face_reference_blob (hb_face_t *face);
98 hb_face_set_index (hb_face_t *face,
102 hb_face_get_index (const hb_face_t *face);
105 hb_face_set_upem (hb_face_t *face,
109 hb_face_get_upem (const hb_face_t *face);
112 hb_face_set_glyph_count (hb_face_t *face,
116 hb_face_get_glyph_count (const hb_face_t *face);
119 hb_face_get_table_tags (const hb_face_t *face,
130 hb_face_collect_unicodes (hb_face_t *face,
134 hb_face_collect_variation_selectors (hb_face_t *face,
138 hb_face_collect_variation_unicodes (hb_face_t *face,
147 HB_EXTERN hb_face_t *
151 hb_face_builder_add_table (hb_face_t *face,