HomeSort by relevance Sort by last modified time
    Searched defs:hb_face_t (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-font.h 40 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 *face)
    [all...]
hb-font-private.hh 88 * 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 499 milliseconds