Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-ot-font.cc211 struct hb_ot_face_cbdt_accelerator_t struct
213 hb_blob_t *cblc_blob;
214 hb_blob_t *cbdt_blob;
215 const OT::CBLC *cblc;
216 const OT::CBDT *cbdt;
218 unsigned int cbdt_len;
219 float upem;
221 inline void init (hb_face_t *face) in init()
239 inline void fini (void) in fini()
245 inline bool get_extents (hb_codepoint_t glyph, hb_glyph_extents_t *extents) const in get_extents()