Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh393 struct vmtx : hmtxvmtx<vmtx, vhea, VVAR> { struct
394 static constexpr hb_tag_t tableTag = HB_OT_TAG_vmtx;
395 static constexpr hb_tag_t variationsTag = HB_OT_TAG_VVAR;
396 static constexpr bool is_horizontal = false;
Dhb-ot-font.cc242 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() local
301 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
316 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() 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
/external/harfbuzz_ng/src/OT/glyf/
Dglyf.hh377 const vmtx_accelerator_t *vmtx; member