Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-aat-layout.c107 hb_face_t *morx = hb_test_open_font_file ("fonts/aat-morx.ttf"); in test_aat_has() local
/external/harfbuzz_ng/src/
Dhb-aat-layout.cc191 const AAT::morx& morx = *mapper->face->table.morx; in hb_aat_layout_compile_map() local
227 const AAT::morx& morx = *morx_blob->as<AAT::morx> (); in hb_aat_layout_substitute() local
Dhb-aat-layout-morx-table.hh1159 struct morx : mortmorx<ExtendedTypes> struct
1161 enum { tableTag = HB_AAT_TAG_morx };
/external/sfntly/cpp/src/sfntly/
Dtag.cc62 const int32_t Tag::morx = TAG('m', 'o', 'r', 'x'); member in sfntly::Tag
Dtag.h80 static const int32_t morx; member