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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-face.h 41 * hb_face_t
44 typedef struct hb_face_t hb_face_t; typedef in typeref:struct:hb_face_t
46 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_face_t *
58 hb_face_t *
61 hb_face_t *
62 hb_face_reference (hb_face_t *face);
65 hb_face_destroy (hb_face_t *face)
    [all...]
hb-face-private.hh 40 * hb_face_t
43 struct hb_face_t { struct
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
98 extern HB_INTERNAL const hb_face_t _hb_face_nil;
  /external/harfbuzz_ng/src/
hb-face.h 41 * hb_face_t
44 typedef struct hb_face_t hb_face_t; typedef in typeref:struct:hb_face_t
46 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_face_t *
58 hb_face_t *
61 hb_face_t *
62 hb_face_reference (hb_face_t *face);
65 hb_face_destroy (hb_face_t *face)
    [all...]
hb-face-private.hh 40 * hb_face_t
43 struct hb_face_t { struct
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
98 extern HB_INTERNAL const hb_face_t _hb_face_nil;

Completed in 72 milliseconds