Home
last modified time | relevance | path

Searched defs:VORG (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-vorg-table.hh58 struct VORG struct
60 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. */
Dhb-ot-font.cc154 const OT::VORG &VORG = *ot_face->VORG; in hb_ot_get_glyph_v_origin() local
/external/sfntly/cpp/src/sfntly/
Dtag.cc41 const int32_t Tag::VORG = TAG('V', 'O', 'R', 'G'); member in sfntly::Tag
Dtag.h51 static const int32_t VORG; member