Searched defs:hb_face_t (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-face.h41 * hb_face_t
44 typedef struct hb_face_t hb_face_t; typedef in typeref:struct:hb_face_t
46 HB_EXTERN 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_EXTERN hb_face_t *
58 HB_EXTERN hb_face_t *
61 HB_EXTERN hb_face_t *
62 hb_face_reference (hb_face_t *face);
65 hb_face_destroy (hb_face_t *fac
[all...]
H A Dhb-face-private.hh40 * hb_face_t
43 struct hb_face_t { struct
76 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
102 extern HB_INTERNAL const hb_face_t _hb_face_nil;

Completed in 150 milliseconds