Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc1234 hb_blob_t *mort_blob = face->reference_table (HB_CORETEXT_TAG_MORT); in _hb_coretext_aat_shaper_face_data_create() local
1237 if (!hb_blob_get_length (mort_blob)) in _hb_coretext_aat_shaper_face_data_create()
1239 hb_blob_destroy (mort_blob); in _hb_coretext_aat_shaper_face_data_create()
1240 mort_blob = face->reference_table (HB_CORETEXT_TAG_MORX); in _hb_coretext_aat_shaper_face_data_create()
1241 if (!hb_blob_get_length (mort_blob)) in _hb_coretext_aat_shaper_face_data_create()
1243 hb_blob_destroy (mort_blob); in _hb_coretext_aat_shaper_face_data_create()
1247 hb_blob_destroy (mort_blob); in _hb_coretext_aat_shaper_face_data_create()