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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-blob.h 65 typedef struct hb_blob_t hb_blob_t; typedef in typeref:struct:hb_blob_t
67 hb_blob_t *
80 hb_blob_t *
81 hb_blob_create_sub_blob (hb_blob_t *parent,
85 hb_blob_t *
88 hb_blob_t *
89 hb_blob_reference (hb_blob_t *blob);
92 hb_blob_destroy (hb_blob_t *blob);
95 hb_blob_set_user_data (hb_blob_t *blob
    [all...]
hb-blob.cc 53 struct hb_blob_t { struct
68 static bool _try_writable (hb_blob_t *blob);
71 _hb_blob_destroy_user_data (hb_blob_t *blob)
96 hb_blob_t *
103 hb_blob_t *blob;
105 if (!length || !(blob = hb_object_create<hb_blob_t> ())) {
149 hb_blob_t *
150 hb_blob_create_sub_blob (hb_blob_t *parent,
154 hb_blob_t *blob;
181 hb_blob_t *
    [all...]
  /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_blob_t *
80 hb_blob_t *
81 hb_blob_create_sub_blob (hb_blob_t *parent,
85 hb_blob_t *
88 hb_blob_t *
89 hb_blob_reference (hb_blob_t *blob);
92 hb_blob_destroy (hb_blob_t *blob);
95 hb_blob_set_user_data (hb_blob_t *blob
    [all...]
hb-blob.cc 53 struct hb_blob_t { struct
68 static bool _try_writable (hb_blob_t *blob);
71 _hb_blob_destroy_user_data (hb_blob_t *blob)
96 hb_blob_t *
103 hb_blob_t *blob;
105 if (!length || !(blob = hb_object_create<hb_blob_t> ())) {
149 hb_blob_t *
150 hb_blob_create_sub_blob (hb_blob_t *parent,
154 hb_blob_t *blob;
181 hb_blob_t *
    [all...]

Completed in 220 milliseconds