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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font.h40 typedef struct hb_face_t hb_face_t; typedef in typeref:struct: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 *fac
[all...]
H A Dhb-font-private.hh88 * hb_face_t
91 struct hb_face_t { struct
120 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
164 hb_face_t *face;
/external/harfbuzz_ng/src/
H A Dhb-font.h40 typedef struct hb_face_t hb_face_t; typedef in typeref:struct: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 *fac
[all...]
H A Dhb-font-private.hh88 * hb_face_t
91 struct hb_face_t { struct
120 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
164 hb_face_t *face;

Completed in 164 milliseconds