Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-machinery.hh885 struct hb_table_lazy_loader_t : hb_lazy_loader_t<T, struct
890 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()