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 66 typedef struct hb_blob_t hb_blob_t; typedef in typeref:struct:hb_blob_t
68 hb_blob_t *
81 hb_blob_t *
82 hb_blob_create_sub_blob (hb_blob_t *parent,
86 hb_blob_t *
89 hb_blob_t *
90 hb_blob_reference (hb_blob_t *blob);
93 hb_blob_destroy (hb_blob_t *blob);
96 hb_blob_set_user_data (hb_blob_t *blob
    [all...]
hb-blob.cc 55 struct hb_blob_t { struct
70 static bool _try_writable (hb_blob_t *blob);
73 _hb_blob_destroy_user_data (hb_blob_t *blob)
82 hb_blob_t *
89 hb_blob_t *blob;
91 if (!length || !(blob = hb_object_create<hb_blob_t> ())) {
115 hb_blob_t *
116 hb_blob_create_sub_blob (hb_blob_t *parent,
120 hb_blob_t *blob;
136 hb_blob_t *
    [all...]
  /external/harfbuzz_ng/src/
hb-blob.h 66 typedef struct hb_blob_t hb_blob_t; typedef in typeref:struct:hb_blob_t
68 hb_blob_t *
81 hb_blob_t *
82 hb_blob_create_sub_blob (hb_blob_t *parent,
86 hb_blob_t *
89 hb_blob_t *
90 hb_blob_reference (hb_blob_t *blob);
93 hb_blob_destroy (hb_blob_t *blob);
96 hb_blob_set_user_data (hb_blob_t *blob
    [all...]
hb-blob.cc 52 struct hb_blob_t { struct
67 static bool _try_writable (hb_blob_t *blob);
70 _hb_blob_destroy_user_data (hb_blob_t *blob)
79 hb_blob_t *
86 hb_blob_t *blob;
88 if (!length || !(blob = hb_object_create<hb_blob_t> ())) {
112 hb_blob_t *
113 hb_blob_create_sub_blob (hb_blob_t *parent,
117 hb_blob_t *blob;
133 hb_blob_t *
    [all...]

Completed in 46 milliseconds