Searched defs:VORG (Results 1 – 4 of 4) sorted by relevance
58 struct VORG struct60 enum { tableTag = HB_OT_TAG_VORG };62 bool has_data () const { return version.to_int (); } in has_data()64 int get_y_origin (hb_codepoint_t glyph) const in get_y_origin()72 bool _subset (const hb_subset_plan_t *plan HB_UNUSED, in _subset()105 bool subset (hb_subset_plan_t *plan) const in subset()162 bool sanitize (hb_sanitize_context_t *c) const in sanitize()171 FixedVersion<> version; /* Version of VORG table. Set to 0x00010000u. */172 FWORD defaultVertOriginY; /* The default vertical origin. */174 vertYOrigins; /* The array of vertical origins. */
152 const OT::VORG &VORG = *ot_face->VORG; in hb_ot_get_glyph_v_origin() local
41 const int32_t Tag::VORG = TAG('V', 'O', 'R', 'G'); member in sfntly::Tag
51 static const int32_t VORG; member