Searched defs:VORG (Results 1 – 4 of 4) sorted by relevance
58 struct VORG struct60 static constexpr hb_tag_t 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()74 void serialize (hb_serialize_context_t *c, in serialize()90 bool subset (hb_subset_context_t *c) const in subset()116 bool sanitize (hb_sanitize_context_t *c) const in sanitize()125 FixedVersion<> version; /* Version of VORG table. Set to 0x00010000u. */126 FWORD defaultVertOriginY; /* The default vertical origin. */128 vertYOrigins; /* The array of vertical origins. */
154 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