Home
last modified time | relevance | path

Searched refs:cbdt (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-font.cc224 const OT::CBDT *cbdt; member
239 cbdt = NULL; in init()
243 cbdt = OT::Sanitizer<OT::CBDT>::lock_instance (cbdt_blob); in init()
284 OT::StructAtOffset<OT::GlyphBitmapDataFormat17> (this->cbdt, image_offset); in get_extents()
438 OT::hb_lazy_loader_t<hb_ot_face_cbdt_accelerator_t> cbdt; member
455 ot_font->cbdt.init (face); in _hb_ot_font_create()
467 ot_font->cbdt.fini (); in _hb_ot_font_destroy()
527 ret = ot_font->cbdt->get_extents (glyph, extents); in hb_ot_get_glyph_extents()
DMakefile.sources23 hb-ot-cbdt-table.hh \
/external/noto-fonts/emoji-compat/
Dcreatefont.py474 cbdt = ttf['CBDT']
475 for strike_data in cbdt.strikeData: