Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh461 struct vmtx : hmtxvmtx<vmtx, vhea, VVAR> { struct
462 static constexpr hb_tag_t tableTag = HB_OT_TAG_vmtx;
463 static constexpr hb_tag_t variationsTag = HB_OT_TAG_VVAR;
464 static constexpr bool is_horizontal = false;
Dhb-ot-font.cc308 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() local
381 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
396 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
/external/harfbuzz_ng/src/OT/glyf/
Dglyf.hh416 const vmtx_accelerator_t *vmtx; member