Home
last modified time | relevance | path

Searched defs:hb_table_lazy_loader_t (Results 1 – 3 of 3) sorted by relevance

/third_party/harfbuzz/src/
Dhb-machinery.hh276 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T, struct
281 static hb_blob_t *create (hb_face_t *face) in create()
283 static void destroy (hb_blob_t *p) { hb_blob_destroy (p); } in destroy()
285 static const hb_blob_t *get_null () in get_null()
288 static const T* convert (const hb_blob_t *blob) in convert()
291 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh287 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T, struct
292 static hb_blob_t *create (hb_face_t *face) in create()
294 static void destroy (hb_blob_t *p) { hb_blob_destroy (p); } in destroy()
296 static const hb_blob_t *get_null () in get_null()
299 static const T* convert (const hb_blob_t *blob) in convert()
302 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh276 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T, struct
281 static hb_blob_t *create (hb_face_t *face) in create()
283 static void destroy (hb_blob_t *p) { hb_blob_destroy (p); } in destroy()
285 static const hb_blob_t *get_null () in get_null()
288 static const T* convert (const hb_blob_t *blob) in convert()
291 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob()