Searched defs:hb_table_lazy_loader_t (Results 1 – 1 of 1) sorted by relevance
885 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T, struct890 static hb_blob_t *create (hb_face_t *face) in create()892 static void destroy (hb_blob_t *p) { hb_blob_destroy (p); } in destroy()894 static const hb_blob_t *get_null () in get_null()897 static const T* convert (const hb_blob_t *blob) in convert()900 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob()