Searched defs:hb_table_lazy_loader_t (Results 1 – 3 of 3) sorted by relevance
276 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T, struct281 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()
287 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T, struct292 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()