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

  /external/harfbuzz_ng/src/
hb-blob.h 65 typedef struct hb_blob_t hb_blob_t; typedef in typeref:struct:hb_blob_t
67 HB_EXTERN hb_blob_t *
80 HB_EXTERN hb_blob_t *
81 hb_blob_create_sub_blob (hb_blob_t *parent,
85 HB_EXTERN hb_blob_t *
86 hb_blob_copy_writable_or_fail (hb_blob_t *blob);
88 HB_EXTERN hb_blob_t *
91 HB_EXTERN hb_blob_t *
92 hb_blob_reference (hb_blob_t *blob)
    [all...]
hb-blob.hh 36 * hb_blob_t
39 struct hb_blob_t struct
86 hb_blob_ptr_t (hb_blob_t *b_ = nullptr) : b (b_) {}
87 hb_blob_t * operator = (hb_blob_t *b_) { return b = b_; }
93 hb_blob_t * get_blob () const { return b.get_raw (); }
97 hb_nonnull_ptr_t<hb_blob_t> b;

Completed in 2749 milliseconds