Searched defs:vmtx (Results 1 – 5 of 5) sorted by relevance
486 struct vmtx : hmtxvmtx<vmtx, vhea, VVAR> { struct487 static constexpr hb_tag_t tableTag = HB_OT_TAG_vmtx;488 static constexpr hb_tag_t variationsTag = HB_OT_TAG_VVAR;489 static constexpr bool is_horizontal = false;
309 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() local382 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local397 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
37 pub mod vmtx; module
51 fn vmtx(&self) -> Result<tables::vmtx::Vmtx<'a>, ReadError> { in vmtx() method
425 const vmtx_accelerator_t *vmtx; member