Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh330 struct vmtx : hmtxvmtx<vmtx, vhea> { struct
331 enum { tableTag = HB_OT_TAG_vmtx };
332 enum { variationsTag = HB_OT_TAG_VVAR };
333 enum { os2Tag = HB_TAG_NONE };
Dhb-ot-font.cc130 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() local
162 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
244 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_font_v_extents() local
/external/sfntly/cpp/src/sfntly/
Dtag.cc58 const int32_t Tag::vmtx = TAG('v', 'm', 't', 'x'); member in sfntly::Tag
Dtag.h74 static const int32_t vmtx; member