Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-hmtx-table.hh486 struct vmtx : hmtxvmtx<vmtx, vhea, VVAR> { struct
487 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;
H A Dhb-ot-font.cc309 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_advances() local
382 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
397 const OT::vmtx_accelerator_t &vmtx = *ot_face->vmtx; in hb_ot_get_glyph_v_origin() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dtables.rs37 pub mod vmtx; module
H A Dtable_provider.rs51 fn vmtx(&self) -> Result<tables::vmtx::Vmtx<'a>, ReadError> { in vmtx() method
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dglyf.hh425 const vmtx_accelerator_t *vmtx; member