Searched defs:vhea (Results 1 – 4 of 4) sorted by relevance
96 struct vhea : _hea<vhea> { struct97 static constexpr hb_tag_t tableTag = HB_OT_TAG_vhea;
57 const int32_t Tag::vhea = TAG('v', 'h', 'e', 'a'); member in sfntly::Tag
73 static const int32_t vhea; member
79 public static final int vhea = Tag.intValue(new byte[]{'v', 'h', 'e', 'a'}); field in Tag